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