bump package version to 1.2.2
[squeep-api-dingus] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.2.2] - 2021-10-29
8
9 ### Added
10
11 - obscure sensitive request header data when logging
12
13 ## [v1.2.1] - 2021-10-22
14
15 ### Added
16
17 - updated dependencies
18 - minor fix to serveFile
19
20 ## [v1.2.0] - 2021-09-10
21
22 ### Added
23
24 - handlers can be provided additional arguments when defining routes
25 - simple handlers for redirects and static files
26
27 ## [v1.1.0] - 2021-08-08
28
29 ### Added
30
31 - support setting additional static headers when serving static files
32
33 ## [v1.0.0] - 2021-08-01
34
35 ### Added
36
37 - Everything.
38
39 ---
40
41 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.2
42 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
43 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
44 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
45 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
46 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0