X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=b172d7c137db65eaa935c05d546c84e2ac71f3d6;hb=8e981f499075ec8bbd9229076d4448e6212ca87a;hp=33468ed846c43397ec19e64ab2d641cca5be759c;hpb=e78d3e16a3156256554a08508582e459cf3a183c;p=squeep-api-dingus diff --git a/CHANGELOG.md b/CHANGELOG.md index 33468ed..b172d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,78 @@ Releases and notable changes to this project are documented here. ## [Unreleased] +## [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 + +- 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 + +## [v1.2.9] - 2022-09-16 + +### Added + +- updated dependencies + +## [v1.2.8] - 2022-06-10 + +### Added + +- updated devDependencies + +## [v1.2.7] - 2022-05-06 + +### Added + +- updated devDependencies + +## [v1.2.6] - 2022-04-29 + +### Added + +- simplified some logging, other minor refactors +- bodyData can now return a buffer +- updated dependencies + +## [v1.2.5] - 2022-03-12 + +### Added + +- options to some helper methods, to not persist rarely-used and redundant information on contexts +- optional maximum request body size +- updated dependencies + +## [v1.2.4] - 2022-01-22 + +### Added + +- updated dependencies + +## [v1.2.3] - 2021-12-30 + +### Added + +- updated dependencies + +## [v1.2.2] - 2021-10-29 + +### Added + +- obscure sensitive request header data when logging + ## [v1.2.1] - 2021-10-22 ### Added @@ -32,7 +104,18 @@ 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.1 +[Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;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 +[v1.2.6]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.6;hp=v1.2.5 +[v1.2.5]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.5;hp=v1.2.4 +[v1.2.4]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.4;hp=v1.2.3 +[v1.2.3]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.3;hp=v1.2.2 +[v1.2.2]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.2;hp=v1.2.1 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0