Skip to content

Started windows compatibility

Choose a tag to compare

@JamieCurnow JamieCurnow released this 29 Jul 09:21
· 37 commits to main since this release

Dynamic routes can now be defined by creating a file starting with an _ eg: /routes/user/_id.ts. Files starting with : still work for now.

Breaking change:

In previous versions, files starting with _ were ignored and not added to the express app as a route. From this version, these files will be added as dynamic routes.

  • build 9ded327
  • added ability to use underscore as dynamic routes to be compatible on windows. b7df762
  • post build commit abb1d34

v0.0.9...v0.1.0