## [Unreleased]
-## [v2.0.0] - TBD
+## [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
{
"name": "@squeep/api-dingus",
- "version": "1.2.10",
+ "version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@squeep/api-dingus",
- "version": "1.2.10",
+ "version": "2.0.0",
"license": "ISC",
"dependencies": {
"mime-db": "^1.52.0",
{
"name": "@squeep/api-dingus",
- "version": "1.2.10",
+ "version": "2.0.0",
"description": "An API server framework",
"main": "index.js",
"scripts": {