Releases: matthiaaas/express-file-routing
Releases · matthiaaas/express-file-routing
v3.0.3
- test: add system tests
- feat: add
.jsx
as valid route file extension #32
Full Changelog: v3.0.2...v3.0.3
v3.0.2
- fix: add forwarded options attribute
routerOptions
forrouter()
Full Changelog: v3.0.1...v3.0.2
v3.0.1
- fix: type error
- fix: wildcard export crashing route generation in some environments
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- feat!: add ESM and CJS support by @jonluca in #18
- fix: ESM compatibility by @BluDood in #27
- v3 refactor by @matthiaaas in #28
- app.use(router())
+ app.use(await router())
New Contributors
Full Changelog: v2.1.5...v3.0.0
v2.1.5
Note: This release is identical to v2.1.4.
no changes
v2.1.4
- fix:
mergePaths
not behaving as documented
v2.1.3
v2.1.2
- fix docs on catchall root route matching behavior
v2.1.1
- restrict router accepted generic type
v2.1.0
- add support for catch-all route (unstable)
Thanks to @NotaRobot13 for contributing and also @bperel for raising the issue.