Merge branch 'v2.1-dev'
[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.5] - 2022-03-12
8
9 ### Added
10
11 - options to some helper methods, to not persist rarely-used and redundant information on contexts
12 - optional maximum request body size
13 - updated dependencies
14
15 ## [v1.2.4] - 2022-01-22
16
17 ### Added
18
19 - updated dependencies
20
21 ## [v1.2.3] - 2021-12-30
22
23 ### Added
24
25 - updated dependencies
26
27 ## [v1.2.2] - 2021-10-29
28
29 ### Added
30
31 - obscure sensitive request header data when logging
32
33 ## [v1.2.1] - 2021-10-22
34
35 ### Added
36
37 - updated dependencies
38 - minor fix to serveFile
39
40 ## [v1.2.0] - 2021-09-10
41
42 ### Added
43
44 - handlers can be provided additional arguments when defining routes
45 - simple handlers for redirects and static files
46
47 ## [v1.1.0] - 2021-08-08
48
49 ### Added
50
51 - support setting additional static headers when serving static files
52
53 ## [v1.0.0] - 2021-08-01
54
55 ### Added
56
57 - Everything.
58
59 ---
60
61 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.5
62 [v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4
63 [v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3
64 [v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2
65 [v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1
66 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
67 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
68 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
69 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0