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