Skip to content

Commit

Permalink
Update data/2024/09/index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 29, 2024
1 parent 33a6827 commit 982f7fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/2024/09/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,23 @@
"library"
],
"relatedLinks": []
},
{
"date": "2024-09-29T08:04:59.402Z",
"title": "What's New in Express.js v5.0",
"url": "https://www.trevorlasn.com/blog/whats-new-in-express-5",
"content": "Express 5.0(pre-release)の変更点について。\n`app.del()`/`app.param(fn)`/`req.param(name)`の削除、Path Routeのマッチングが正規表現としてStrictなものへと変更。\nRouterのHandlerがasync awaitをサポート、Node.js 18未満のサポートを終了など",
"tags": [
"nodejs",
"express",
"article"
],
"relatedLinks": [
{
"title": "Migrating to Express 5",
"url": "https://expressjs.com/en/guide/migrating-5.html"
}
]
}
]
}

0 comments on commit 982f7fe

Please sign in to comment.