@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
### [ Unreleased] [ unreleased ]
6
6
7
+ - Add ` router.use(middleware) ` method (PLANNED)
8
+ - Add ` router.redirect(from, to) ` method (PLANNED)
9
+ - Add ` context.redirect(path) ` method to be used from inside route actions (PLANNED)
10
+ - Add ` context.end() ` method to be used from inside route actions (PLANNED)
11
+
12
+ ### [ v1.0.0-beta.1] - 2016-03-25
13
+
7
14
- Rename ` react-routing ` to ` universal-router ` (BREAKING CHANGE)
15
+ - Remove ` router.on(path, ...actions) ` in favor of ` router.route(path, ...actions) ` (BREAKING CHANGE)
16
+ - Remove ` new Router(on => { ... }) ` initialization option in favor of ` new Router(routes) ` (BREAKING CHANGE)
17
+ - Fix ESLint warnings; update unit tests
8
18
- Remove build tools related to project's homepage in favor of [ Easystatic] ( https://easystatic.com )
9
19
- Refactor project's homepage layout. See ` docs/assets ` .
10
20
- Clean up ` package.json ` , update Babel and its plug-ins to the latest versions
@@ -15,5 +25,6 @@ All notable changes to this project will be documented in this file.
15
25
16
26
- Small bug fixes and improvements
17
27
18
- [ unreleased ] : https://github.com/kriasoft/react-starter-kit/compare/v0.0.7...HEAD
28
+ [ unreleased ] : https://github.com/kriasoft/react-starter-kit/compare/v1.0.0-beta.1...HEAD
29
+ [ v1.0.0-beta.1 ] : https://github.com/kriasoft/react-starter-kit/compare/v0.0.7...v1.0.0-beta.1
19
30
[ v0.0.7 ] : https://github.com/kriasoft/react-starter-kit/compare/v0.0.6...v0.0.7
0 commit comments