cookies are now parsed and populated on ctx.cookie by deault
[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 - added HTTP status and message enums
11 - updated devDependencies
12
13 ## [v2.0.1] - 2023-11-14
14
15 - updated depdendencies
16 - move log scope function to module
17
18 ## [v2.0.0] - 2023-08-27
19
20 - HEAD requests are now handled automatically by default, if not otherwise specifically registered, on a route with a GET handler
21 - trailing slashes on a request url now default to being ignored when matching routes
22 - removed deprecated functions
23 - minor refactors
24 - updated devDependencies
25
26 ## [v1.2.10] - 2023-07-20
27
28 - the matched route path stored on ctx is now string, not array
29 - minor cleanups
30 - no longer add missing log levels to logger objects, that is a logger problem
31 - updated devDependencies
32
33 ## [v1.2.9] - 2022-09-16
34
35 ### Added
36
37 - updated dependencies
38
39 ## [v1.2.8] - 2022-06-10
40
41 ### Added
42
43 - updated devDependencies
44
45 ## [v1.2.7] - 2022-05-06
46
47 ### Added
48
49 - updated devDependencies
50
51 ## [v1.2.6] - 2022-04-29
52
53 ### Added
54
55 - simplified some logging, other minor refactors
56 - bodyData can now return a buffer
57 - updated dependencies
58
59 ## [v1.2.5] - 2022-03-12
60
61 ### Added
62
63 - options to some helper methods, to not persist rarely-used and redundant information on contexts
64 - optional maximum request body size
65 - updated dependencies
66
67 ## [v1.2.4] - 2022-01-22
68
69 ### Added
70
71 - updated dependencies
72
73 ## [v1.2.3] - 2021-12-30
74
75 ### Added
76
77 - updated dependencies
78
79 ## [v1.2.2] - 2021-10-29
80
81 ### Added
82
83 - obscure sensitive request header data when logging
84
85 ## [v1.2.1] - 2021-10-22
86
87 ### Added
88
89 - updated dependencies
90 - minor fix to serveFile
91
92 ## [v1.2.0] - 2021-09-10
93
94 ### Added
95
96 - handlers can be provided additional arguments when defining routes
97 - simple handlers for redirects and static files
98
99 ## [v1.1.0] - 2021-08-08
100
101 ### Added
102
103 - support setting additional static headers when serving static files
104
105 ## [v1.0.0] - 2021-08-01
106
107 ### Added
108
109 - Everything.
110
111 ---
112
113 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.1.0
114 [v2.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.0;hp=v2.0.1
115 [v2.0.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.1;hp=v2.0.0
116 [v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10
117 [v1.2.10]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.10;hp=v1.2.9
118 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8
119 [v1.2.8]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.8;hp=v1.2.7
120 [v1.2.7]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.7;hp=v1.2.6
121 [v1.2.6]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.6;hp=v1.2.5
122 [v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
123 [v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
124 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
125 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
126 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
127 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
128 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
129 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0