Skip to content

Releases: kriasoft/universal-router

1.0.0-beta.1 - 2016-03-25

25 Mar 19:15
Compare
Choose a tag to compare
  • Rename react-routing to universal-router (BREAKING CHANGE)
  • Remove router.on(path, ...actions) in favor of router.route(path, ...actions) (BREAKING CHANGE)
  • Remove new Router(on => { ... }) initialization option in favor of new Router(routes) (BREAKING CHANGE)
  • Fix ESLint warnings; update unit tests
  • Remove build tools related to project's homepage in favor of Easystatic
  • Refactor project's homepage layout. See docs/assets.
  • Clean up package.json, update Babel and its plug-ins to the latest versions
  • Make the library use babel-runtime package instead of an inline runtime
  • Add CHANGELOG.md file with the notable changes to this project

0.0.7 - 2015-12-13

25 Mar 19:15
Compare
Choose a tag to compare
  • Small bug fixes and improvements