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