Releases: matthiaaas/express-file-routing
Releases · matthiaaas/express-file-routing
v2.0.5
- fix invalid production build on npm
v2.0.4
- primarily updating docs
v2.0.3
v2.0.2
- add
Options
type export to main file - include correct build bundle on npm
v2.0.1
- fix
require.main.filename
being undefined in certain environments & package configs
v2.0.0
release v2
v2.0.0-beta.0
- refactor core functionality
- rename
methodExports
option toadditionalMethods
- fix bracket replacing for nested dynamic param routes
- remove
base
andverbose
option - add more crisp jsdoc comments
- remove explicit route priority export
v1.2.0
v1.1.3
- add optional router middleware that wraps the
createRouter
factory - add additional usage examples to jsdoc