Skip to content

Commit 6105ebb

Browse files
committed
Update CHANGELOG.md
1 parent b10bac0 commit 6105ebb

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
### [Unreleased][unreleased]
66

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+
714
- 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
818
- Remove build tools related to project's homepage in favor of [Easystatic](https://easystatic.com)
919
- Refactor project's homepage layout. See `docs/assets`.
1020
- 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.
1525

1626
- Small bug fixes and improvements
1727

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
1930
[v0.0.7]: https://github.com/kriasoft/react-starter-kit/compare/v0.0.6...v0.0.7

docs/assets/github-info.ejs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<p class="github-info">
2-
<a href="https://github.com/easystatic/easystatic/watchers" class="github-info__link">
2+
<a href="https://github.com/kriasoft/universal-router/watchers" class="github-info__link">
33
<svg class="github-info__icon" aria-hidden="true" height="16" role="img" version="1.1" viewBox="0 0 16 16" width="16"><path d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6c4.94 0 7.94-6 7.94-6S13 2 8.06 2z m-0.06 10c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4z m2-4c0 1.11-0.89 2-2 2s-2-0.89-2-2 0.89-2 2-2 2 0.89 2 2z"></path></svg>
44
<%= github.subscribers_count %> watchers
55
</a>
6-
<a href="https://github.com/easystatic/easystatic/stargazers" class="github-info__link">
6+
<a href="https://github.com/kriasoft/universal-router/stargazers" class="github-info__link">
77
<svg class="github-info__icon" aria-hidden="true" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path d="M14 6l-4.9-0.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14l4.33-2.33 4.33 2.33L10.4 9.26 14 6z"></path></svg>
88
<%= github.watchers %> stars
99
</a>
10-
<a href="https://github.com/easystatic/easystatic/network" class="github-info__link">
10+
<a href="https://github.com/kriasoft/universal-router/network" class="github-info__link">
1111
<svg class="github-info__icon" aria-hidden="true" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path d="M8 1c-1.11 0-2 0.89-2 2 0 0.73 0.41 1.38 1 1.72v1.28L5 8 3 6v-1.28c0.59-0.34 1-0.98 1-1.72 0-1.11-0.89-2-2-2S0 1.89 0 3c0 0.73 0.41 1.38 1 1.72v1.78l3 3v1.78c-0.59 0.34-1 0.98-1 1.72 0 1.11 0.89 2 2 2s2-0.89 2-2c0-0.73-0.41-1.38-1-1.72V9.5l3-3V4.72c0.59-0.34 1-0.98 1-1.72 0-1.11-0.89-2-2-2zM2 4.2c-0.66 0-1.2-0.55-1.2-1.2s0.55-1.2 1.2-1.2 1.2 0.55 1.2 1.2-0.55 1.2-1.2 1.2z m3 10c-0.66 0-1.2-0.55-1.2-1.2s0.55-1.2 1.2-1.2 1.2 0.55 1.2 1.2-0.55 1.2-1.2 1.2z m3-10c-0.66 0-1.2-0.55-1.2-1.2s0.55-1.2 1.2-1.2 1.2 0.55 1.2 1.2-0.55 1.2-1.2 1.2z"></path></svg>
1212
<%= github.forks %> forks
1313
</a>
14-
<a href="https://github.com/easystatic/easystatic/issues" class="github-info__link">
14+
<a href="https://github.com/kriasoft/universal-router/issues" class="github-info__link">
1515
<svg class="github-info__icon" aria-hidden="true" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7S10.14 13.7 7 13.7 1.3 11.14 1.3 8s2.56-5.7 5.7-5.7m0-1.3C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7S10.86 1 7 1z m1 3H6v5h2V4z m0 6H6v2h2V10z"></path></svg>
1616
<%= github.open_issues_count %> open issues
1717
</a>

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ server-side appliactions (e.g. Node.js/Express, Koa).
99

1010
### Why use Universal Router?
1111

12-
* It has [simple code](https://github.com/kriasoft/universal-router/blob/route/src/Router.js)
12+
* It has [simple code](https://github.com/kriasoft/universal-router/blob/master/src/Router.js)
1313
with minimum dependencies (just `path-to-regexp` and `babel-runtime`)
1414
* It can be used with any JavaScript framework such as React, Vue.js etc
1515
* It uses the same middleware approach used in Express and Koa, making it easy to learn

0 commit comments

Comments
 (0)