Skip to content

1.1.0-beta.1 - 2016-04-05

Compare
Choose a tag to compare
@frenzzy frenzzy released this 25 Mar 19:14
· 138 commits to main since this release
  • Remove Router class and router.dispatch() method in favor of
    match(routes, { path, ...context }), where routes is just a plain JavaScript objects containing
    the list of routes (BREAKING CHANGE)
  • Add context.end() method to be used from inside route actions
  • Update documentation and code samples