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