X-Git-Url: http://git.squeep.com/?p=squeep-api-dingus;a=blobdiff_plain;f=CHANGELOG.md;h=0a69b5c51505d51ab1e760fc65b67fcc15bf7994;hp=cd9edc785e2231a3922611e5039a52df687c9146;hb=HEAD;hpb=cea77553ae5746713defff5528a475c702797f37 diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9edc7..d7f648c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [v2.1.0] - 2024-03-09 + +- cookies are now parsed and populated into ctx.cookie as a default behavior +- new addCookie common helper +- added HTTP status and message enums +- updated devDependencies + +## [v2.0.1] - 2023-11-14 + +- updated dependencies +- 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 + - the matched route path stored on ctx is now string, not array - minor cleanups - no longer add missing log levels to logger objects, that is a logger problem @@ -89,7 +111,11 @@ 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.9 +[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 [v1.2.7]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.7;hp=v1.2.6