allow additional arguments to be passed to handler functions
[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.0] - 2021-09-10
8
9 ### Added
10
11 - handlers can be provided additional arguments when defining routes
12 - simple handlers for redirects and static files
13
14 ## [v1.1.0] - 2021-08-08
15
16 ### Added
17
18 - support setting additional static headers when serving static files
19
20 ## [v1.0.0] - 2021-08-01
21
22 ### Added
23
24 - Everything.
25
26 ---
27
28 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.0
29 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
30 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
31 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0