X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=ad80d3a815f9c96ce9f83ab2aec26d629caeedbd;hb=0c4ba588448691056be3bab76cfc478a7f8ca320;hp=5e823045c464e0a6ec3787eef63751823cc352aa;hpb=d0652d97adc258c72bfa676abced33eb57dd0a2b;p=squeep-api-dingus diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e82304..ad80d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ Releases and notable changes to this project are documented here. ## [Unreleased] -## [v2.0.0] - TBD +## [v2.1.0] - TBD + +- 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 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 @@ -99,7 +111,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=v2.0.0 +[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