X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=dc6f91101a32cc8ae854beabd04a1c83d50cc783;hb=56dc36a783f6e855c1a07b22b9e6aecc0456cbec;hp=a17357611fd565e289367e6aeefe60e47c1ff3d8;hpb=1e7aa924e0c1081558235e54854f1fdd99940346;p=squeep-api-dingus diff --git a/CHANGELOG.md b/CHANGELOG.md index a173576..dc6f911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ Releases and notable changes to this project are documented here. ## [Unreleased] -- matched route path stored on ctx is now string, not array +- 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 + +- 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 - updated devDependencies @@ -89,7 +102,9 @@ 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.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