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