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