From 982f7fe2637d3a00ec49879a231c52f1394db04f Mon Sep 17 00:00:00 2001 From: azu Date: Sun, 29 Sep 2024 17:05:05 +0900 Subject: [PATCH] Update data/2024/09/index.json --- data/2024/09/index.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/2024/09/index.json b/data/2024/09/index.json index 86a31f00c..52bb7328b 100644 --- a/data/2024/09/index.json +++ b/data/2024/09/index.json @@ -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" + } + ] } ] }