3 Releases and notable changes to this project are documented here.
7 ## [v2.1.0] - 2024-03-09
9 - cookies are now parsed and populated into ctx.cookie as a default behavior
10 - new addCookie common helper
11 - added HTTP status and message enums
12 - updated devDependencies
14 ## [v2.0.1] - 2023-11-14
16 - updated dependencies
17 - move log scope function to module
19 ## [v2.0.0] - 2023-08-27
21 - HEAD requests are now handled automatically by default, if not otherwise specifically registered, on a route with a GET handler
22 - trailing slashes on a request url now default to being ignored when matching routes
23 - removed deprecated functions
25 - updated devDependencies
27 ## [v1.2.10] - 2023-07-20
29 - the matched route path stored on ctx is now string, not array
31 - no longer add missing log levels to logger objects, that is a logger problem
32 - updated devDependencies
34 ## [v1.2.9] - 2022-09-16
38 - updated dependencies
40 ## [v1.2.8] - 2022-06-10
44 - updated devDependencies
46 ## [v1.2.7] - 2022-05-06
50 - updated devDependencies
52 ## [v1.2.6] - 2022-04-29
56 - simplified some logging, other minor refactors
57 - bodyData can now return a buffer
58 - updated dependencies
60 ## [v1.2.5] - 2022-03-12
64 - options to some helper methods, to not persist rarely-used and redundant information on contexts
65 - optional maximum request body size
66 - updated dependencies
68 ## [v1.2.4] - 2022-01-22
72 - updated dependencies
74 ## [v1.2.3] - 2021-12-30
78 - updated dependencies
80 ## [v1.2.2] - 2021-10-29
84 - obscure sensitive request header data when logging
86 ## [v1.2.1] - 2021-10-22
90 - updated dependencies
91 - minor fix to serveFile
93 ## [v1.2.0] - 2021-09-10
97 - handlers can be provided additional arguments when defining routes
98 - simple handlers for redirects and static files
100 ## [v1.1.0] - 2021-08-08
104 - support setting additional static headers when serving static files
106 ## [v1.0.0] - 2021-08-01
114 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.1.0
115 [v2.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.0;hp=v2.0.1
116 [v2.0.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.1;hp=v2.0.0
117 [v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10
118 [v1.2.10]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.10;hp=v1.2.9
119 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8
120 [v1.2.8]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.8;hp=v1.2.7
121 [v1.2.7]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.7;hp=v1.2.6
122 [v1.2.6]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.6;hp=v1.2.5
123 [v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
124 [v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
125 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
126 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
127 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
128 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
129 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
130 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0