X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=e31efa43d3ce5e7a7d344a95f6b13ffeb2116e8a;hb=5b18a1fa46ef9c41f6089e5db259af80f3e98b0a;hp=ffd23ff62621ce25034e9a84603cbce987fc1c1e;hpb=df1c89ca311a06417104e6be0ade6617cbfae60e;p=squeep-api-dingus diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd23ff..e31efa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,24 @@ Releases and notable changes to this project are documented here. ## [Unreleased] -- +## [v2.1.0] - TBD + +- cookies are now parsed and populated into ctx.cookie as a default behavior +- added HTTP status and message enums +- updated devDependencies + +## [v2.0.1] - 2023-11-14 + +- updated depdendencies +- move log scope function to module + +## [v2.0.0] - 2023-08-27 + +- HEAD requests are now handled automatically by default, if not otherwise specifically registered, on a route with a GET handler +- trailing slashes on a request url now default to being ignored when matching routes +- removed deprecated functions +- minor refactors +- updated devDependencies ## [v1.2.10] - 2023-07-20 @@ -93,7 +110,10 @@ Releases and notable changes to this project are documented here. --- -[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.10 +[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v2.1.0 +[v2.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.1.0;hp=v2.0.1 +[v2.0.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.1;hp=v2.0.0 +[v2.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v2.0.0;hp=v1.2.10 [v1.2.10]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.10;hp=v1.2.9 [v1.2.9]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.9;hp=v1.2.8 [v1.2.8]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.8;hp=v1.2.7