Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

v0.4.0-beta.3 - 2018-04-21

Pre-release
Pre-release

Choose a tag to compare

@shirohana shirohana released this 21 Apr 08:01
· 17 commits to dev since this release
v0.4.0-beta.3

❗ Breaking changes

  • Rename Router options
    • srcdir -> src
    • routesdir -> entry

Changed

  • Use filename to sort middlewares (we use kebab-case(filename) before)
  • Set watch option default to false (same as dev before)

Fixed

  • Fix throwing error when Catcher.catches contains unexpected type of value
  • Fix throwing error when delete routefile which is unknown type and no other file in the route
  • Fix splicing catcher from empty array