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