Skip to content

Releases: matthiaaas/express-file-routing

v2.0.5

20 Dec 20:18
Compare
Choose a tag to compare
  • fix invalid production build on npm

v2.0.4

04 Dec 18:11
Compare
Choose a tag to compare
  • primarily updating docs

v2.0.3

17 Aug 08:29
Compare
Choose a tag to compare
  • fix files with suffix .d.ts not being properly ignored #16 @jonluca

v2.0.2

25 May 19:11
Compare
Choose a tag to compare
  • add Options type export to main file
  • include correct build bundle on npm

v2.0.1

24 May 14:32
Compare
Choose a tag to compare
  • fix require.main.filename being undefined in certain environments & package configs

v2.0.0

02 Mar 12:23
Compare
Choose a tag to compare
release v2

v2.0.0-beta.0

02 Mar 12:03
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release
  • refactor core functionality
  • rename methodExports option to additionalMethods
  • fix bracket replacing for nested dynamic param routes
  • remove base and verbose option
  • add more crisp jsdoc comments
  • remove explicit route priority export

v1.2.0

10 Sep 08:51
Compare
Choose a tag to compare
  • add bracket [] support for dynamic routes
  • add verbose logging feature
  • fix auto priority detection to be more deterministic

Thanks to @mathec-x for his contributions!

v1.1.3

16 Aug 12:17
Compare
Choose a tag to compare
  • add optional router middleware that wraps the createRouter factory
  • add additional usage examples to jsdoc

v1.1.2

24 Jul 12:34
Compare
Choose a tag to compare
  • add shorthand http method export keyword del for delete in order to resolve naming conflicts

Thanks @PaulMaly for raising an issue