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