Releases: kriasoft/universal-router
Releases · kriasoft/universal-router
1.0.0-beta.1 - 2016-03-25
- Rename
react-routing
touniversal-router
(BREAKING CHANGE) - Remove
router.on(path, ...actions)
in favor ofrouter.route(path, ...actions)
(BREAKING CHANGE) - Remove
new Router(on => { ... })
initialization option in favor ofnew 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
- Small bug fixes and improvements