chore: upgrade Express 4 → 5 and fix wildcard route for path-to-regexp v8 (closes #54)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-04-18 22:23:57 +02:00
parent 6746a5a175
commit 6fee35d1d9
4 changed files with 305 additions and 226 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.20.10] - 2026-04-18
### Changed
- Upgraded Express 4 → 5 (`^5.2.1`): modernised wildcard SPA fallback route from `'*'` to `'/{*path}'` for compatibility with path-to-regexp v8; all other Express APIs in the codebase were already Express 5 compatible (closes #54)
## [0.20.9] - 2026-04-18
### Added