Skip to content

Releases: matthiaaas/express-file-routing

v3.0.3

06 Aug 10:19
Compare
Choose a tag to compare
  • test: add system tests
  • feat: add .jsx as valid route file extension #32

Full Changelog: v3.0.2...v3.0.3

v3.0.2

29 May 15:10
Compare
Choose a tag to compare
  • fix: add forwarded options attribute routerOptions for router()

Full Changelog: v3.0.1...v3.0.2

v3.0.1

28 May 17:05
Compare
Choose a tag to compare
  • fix: type error
  • fix: wildcard export crashing route generation in some environments

Full Changelog: v3.0.0...v3.0.1

v3.0.0

28 May 12:40
Compare
Choose a tag to compare

What's Changed

- app.use(router())
+ app.use(await router())

New Contributors

Full Changelog: v2.1.5...v3.0.0

v2.1.5

20 May 15:04
Compare
Choose a tag to compare

Note: This release is identical to v2.1.4.

no changes

v2.1.4

19 May 18:43
Compare
Choose a tag to compare
  • fix: mergePaths not behaving as documented

v2.1.3

25 Apr 15:26
Compare
Choose a tag to compare
  • fix: default wildcard export not working #24

v2.1.2

10 Feb 11:51
Compare
Choose a tag to compare
  • fix docs on catchall root route matching behavior

v2.1.1

07 Feb 14:57
Compare
Choose a tag to compare
  • restrict router accepted generic type

v2.1.0

06 Feb 17:20
Compare
Choose a tag to compare
  • add support for catch-all route (unstable)

Thanks to @NotaRobot13 for contributing and also @bperel for raising the issue.