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