Fix use of deprecated Promise.from
method (only impacts use of the async api)
- Update dependencies
- Add
matchRelativePaths
option
- Update path-to-regexp to 0.1.2
- Fix another bug in use3
- Fix bug in use3
- Complete redesign so it's not a singleton anymore
- Don't set the user when anonymous (this confused way too many people)
- fix: route handlers would continue falling through even when
true
was returned (thanks to @doughsay for reporting and helping with the fix) - Use npm versions of dependencies, rather than my own GitHub forks
- fix: extra
/
sometimes appeared in paths
- fix: pass the keys array to pathToRegexp
- fix: prepend app.path for mounted apps so handlers always use the full path.
- redesign API
- fix: throw real errors not strings
- First Stable Release