bump package version to 2.1.1
[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.1] - 2024-05-04
8
9 - updated dependencies and devDependencies
10
11 ## [v2.1.0] - 2024-03-09
12
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
17
18 ## [v2.0.1] - 2023-11-14
19
20 - updated dependencies
21 - move log scope function to module
22
23 ## [v2.0.0] - 2023-08-27
24
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
28 - minor refactors
29 - updated devDependencies
30
31 ## [v1.2.10] - 2023-07-20
32
33 - the matched route path stored on ctx is now string, not array
34 - minor cleanups
35 - no longer add missing log levels to logger objects, that is a logger problem
36 - updated devDependencies
37
38 ## [v1.2.9] - 2022-09-16
39
40 ### Added
41
42 - updated dependencies
43
44 ## [v1.2.8] - 2022-06-10
45
46 ### Added
47
48 - updated devDependencies
49
50 ## [v1.2.7] - 2022-05-06
51
52 ### Added
53
54 - updated devDependencies
55
56 ## [v1.2.6] - 2022-04-29
57
58 ### Added
59
60 - simplified some logging, other minor refactors
61 - bodyData can now return a buffer
62 - updated dependencies
63
64 ## [v1.2.5] - 2022-03-12
65
66 ### Added
67
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
71
72 ## [v1.2.4] - 2022-01-22
73
74 ### Added
75
76 - updated dependencies
77
78 ## [v1.2.3] - 2021-12-30
79
80 ### Added
81
82 - updated dependencies
83
84 ## [v1.2.2] - 2021-10-29
85
86 ### Added
87
88 - obscure sensitive request header data when logging
89
90 ## [v1.2.1] - 2021-10-22
91
92 ### Added
93
94 - updated dependencies
95 - minor fix to serveFile
96
97 ## [v1.2.0] - 2021-09-10
98
99 ### Added
100
101 - handlers can be provided additional arguments when defining routes
102 - simple handlers for redirects and static files
103
104 ## [v1.1.0] - 2021-08-08
105
106 ### Added
107
108 - support setting additional static headers when serving static files
109
110 ## [v1.0.0] - 2021-08-01
111
112 ### Added
113
114 - Everything.
115
116 ---
117
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