add options to ingestBody
[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.3] - 2021-12-30
8
9 ### Added
10
11 - updated dependencies
12
13 ## [v1.2.2] - 2021-10-29
14
15 ### Added
16
17 - obscure sensitive request header data when logging
18
19 ## [v1.2.1] - 2021-10-22
20
21 ### Added
22
23 - updated dependencies
24 - minor fix to serveFile
25
26 ## [v1.2.0] - 2021-09-10
27
28 ### Added
29
30 - handlers can be provided additional arguments when defining routes
31 - simple handlers for redirects and static files
32
33 ## [v1.1.0] - 2021-08-08
34
35 ### Added
36
37 - support setting additional static headers when serving static files
38
39 ## [v1.0.0] - 2021-08-01
40
41 ### Added
42
43 - Everything.
44
45 ---
46
47 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.3
48 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
49 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
50 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
51 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
52 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
53 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0