v1.1.0
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