3 Releases and notable changes to this project are documented here.
9 - HEAD requests are now handled automatically by default, if not otherwise specifically registered, on a route with a GET handler
10 - trailing slashes on a request url now default to being ignored when matching routes
11 - removed deprecated functions
13 - updated devDependencies
15 ## [v1.2.10] - 2023-07-20
17 - the matched route path stored on ctx is now string, not array
19 - no longer add missing log levels to logger objects, that is a logger problem
20 - updated devDependencies
22 ## [v1.2.9] - 2022-09-16
26 - updated dependencies
28 ## [v1.2.8] - 2022-06-10
32 - updated devDependencies
34 ## [v1.2.7] - 2022-05-06
38 - updated devDependencies
40 ## [v1.2.6] - 2022-04-29
44 - simplified some logging, other minor refactors
45 - bodyData can now return a buffer
46 - updated dependencies
48 ## [v1.2.5] - 2022-03-12
52 - options to some helper methods, to not persist rarely-used and redundant information on contexts
53 - optional maximum request body size
54 - updated dependencies
56 ## [v1.2.4] - 2022-01-22
60 - updated dependencies
62 ## [v1.2.3] - 2021-12-30
66 - updated dependencies
68 ## [v1.2.2] - 2021-10-29
72 - obscure sensitive request header data when logging
74 ## [v1.2.1] - 2021-10-22
78 - updated dependencies
79 - minor fix to serveFile
81 ## [v1.2.0] - 2021-09-10
85 - handlers can be provided additional arguments when defining routes
86 - simple handlers for redirects and static files
88 ## [v1.1.0] - 2021-08-08
92 - support setting additional static headers when serving static files
94 ## [v1.0.0] - 2021-08-01
102 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.0.0
103 [v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10
104 [v1.2.10]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.10;hp=v1.2.9
105 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8
106 [v1.2.8]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.8;hp=v1.2.7
107 [v1.2.7]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.7;hp=v1.2.6
108 [v1.2.6]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.6;hp=v1.2.5
109 [v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
110 [v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
111 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
112 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
113 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
114 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
115 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
116 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0