more lint cleanup
[squeep-api-dingus] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 - the matched route path stored on ctx is now string, not array
8 - minor cleanups
9 - no longer add missing log levels to logger objects, that is a logger problem
10 - updated devDependencies
11
12 ## [v1.2.9] - 2022-09-16
13
14 ### Added
15
16 - updated dependencies
17
18 ## [v1.2.8] - 2022-06-10
19
20 ### Added
21
22 - updated devDependencies
23
24 ## [v1.2.7] - 2022-05-06
25
26 ### Added
27
28 - updated devDependencies
29
30 ## [v1.2.6] - 2022-04-29
31
32 ### Added
33
34 - simplified some logging, other minor refactors
35 - bodyData can now return a buffer
36 - updated dependencies
37
38 ## [v1.2.5] - 2022-03-12
39
40 ### Added
41
42 - options to some helper methods, to not persist rarely-used and redundant information on contexts
43 - optional maximum request body size
44 - updated dependencies
45
46 ## [v1.2.4] - 2022-01-22
47
48 ### Added
49
50 - updated dependencies
51
52 ## [v1.2.3] - 2021-12-30
53
54 ### Added
55
56 - updated dependencies
57
58 ## [v1.2.2] - 2021-10-29
59
60 ### Added
61
62 - obscure sensitive request header data when logging
63
64 ## [v1.2.1] - 2021-10-22
65
66 ### Added
67
68 - updated dependencies
69 - minor fix to serveFile
70
71 ## [v1.2.0] - 2021-09-10
72
73 ### Added
74
75 - handlers can be provided additional arguments when defining routes
76 - simple handlers for redirects and static files
77
78 ## [v1.1.0] - 2021-08-08
79
80 ### Added
81
82 - support setting additional static headers when serving static files
83
84 ## [v1.0.0] - 2021-08-01
85
86 ### Added
87
88 - Everything.
89
90 ---
91
92 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.9
93 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8
94 [v1.2.8]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.8;hp=v1.2.7
95 [v1.2.7]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.7;hp=v1.2.6
96 [v1.2.6]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.6;hp=v1.2.5
97 [v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
98 [v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
99 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
100 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
101 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
102 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
103 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
104 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0