Skip to content

v1.1.0

Choose a tag to compare

@na2axl na2axl released this 10 Jan 00:49
· 78 commits to master since this release

This release give some minor updates, and a lot of bug fixes:

  • Correct the use of the Location response header
  • The Route constructor now take the handled URI
  • Allow the use of custom regexes in route URIs (see 294748b)
  • The errors registry and the middleware registry is now propagated into plugins and sub-pipes (see 1acea20 and 64573c5)
  • Run the 500 error from the registry - if any - on any exceptions thrown
  • Clean code and add some doc blocks comments