6071fbdc6da139091f6757740ebabd8b8f2030d6
[squeep-api-dingus] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 - addCookie helper does more validation
8
9 ## [v2.1.1] - 2024-05-04
10
11 - updated dependencies and devDependencies
12
13 ## [v2.1.0] - 2024-03-09
14
15 - cookies are now parsed and populated into ctx.cookie as a default behavior
16 - new addCookie common helper
17 - added HTTP status and message enums
18 - updated devDependencies
19
20 ## [v2.0.1] - 2023-11-14
21
22 - updated dependencies
23 - move log scope function to module
24
25 ## [v2.0.0] - 2023-08-27
26
27 - HEAD requests are now handled automatically by default, if not otherwise specifically registered, on a route with a GET handler
28 - trailing slashes on a request url now default to being ignored when matching routes
29 - removed deprecated functions
30 - minor refactors
31 - updated devDependencies
32
33 ## [v1.2.10] - 2023-07-20
34
35 - the matched route path stored on ctx is now string, not array
36 - minor cleanups
37 - no longer add missing log levels to logger objects, that is a logger problem
38 - updated devDependencies
39
40 ## [v1.2.9] - 2022-09-16
41
42 ### Added
43
44 - updated dependencies
45
46 ## [v1.2.8] - 2022-06-10
47
48 ### Added
49
50 - updated devDependencies
51
52 ## [v1.2.7] - 2022-05-06
53
54 ### Added
55
56 - updated devDependencies
57
58 ## [v1.2.6] - 2022-04-29
59
60 ### Added
61
62 - simplified some logging, other minor refactors
63 - bodyData can now return a buffer
64 - updated dependencies
65
66 ## [v1.2.5] - 2022-03-12
67
68 ### Added
69
70 - options to some helper methods, to not persist rarely-used and redundant information on contexts
71 - optional maximum request body size
72 - updated dependencies
73
74 ## [v1.2.4] - 2022-01-22
75
76 ### Added
77
78 - updated dependencies
79
80 ## [v1.2.3] - 2021-12-30
81
82 ### Added
83
84 - updated dependencies
85
86 ## [v1.2.2] - 2021-10-29
87
88 ### Added
89
90 - obscure sensitive request header data when logging
91
92 ## [v1.2.1] - 2021-10-22
93
94 ### Added
95
96 - updated dependencies
97 - minor fix to serveFile
98
99 ## [v1.2.0] - 2021-09-10
100
101 ### Added
102
103 - handlers can be provided additional arguments when defining routes
104 - simple handlers for redirects and static files
105
106 ## [v1.1.0] - 2021-08-08
107
108 ### Added
109
110 - support setting additional static headers when serving static files
111
112 ## [v1.0.0] - 2021-08-01
113
114 ### Added
115
116 - Everything.
117
118 ---
119
120 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.1.0
121 [v2.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.0;hp=v2.0.1
122 [v2.0.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.1;hp=v2.0.0
123 [v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10
124 [v1.2.10]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.10;hp=v1.2.9
125 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8
126 [v1.2.8]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.8;hp=v1.2.7
127 [v1.2.7]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.7;hp=v1.2.6
128 [v1.2.6]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.6;hp=v1.2.5
129 [v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
130 [v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
131 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
132 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
133 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
134 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
135 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
136 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0