forked from krlm/react-router-addons-routes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
748fcf1
commit 684e4db
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
## [v0.0.3] | ||
> Dec 23, 2016 | ||
- **Feature:** Support "exactly" flag in route configuration (**[@ctrlplusb]** in [#10] and **[@markdalgleish]** in [`7b81783`]) | ||
|
||
[v0.0.3]: https://github.com/ReactTraining/react-router-addons-routes/compare/v0.0.2...v0.0.3 | ||
[#10]: https://github.com/ReactTraining/react-router-addons-routes/pull/10 | ||
[`7b81783`]: https://github.com/ReactTraining/react-router-addons-routes/commit/7b817831cd57c1ea2f152779eb4cfb8b518c5028 | ||
|
||
## [v0.0.2] | ||
> Oct 10, 2016 | ||
- **Feature:** When matching routes with `matchRoutesToLocation`, the matched params are now provided as `params` on the returned object ([#6]) | ||
- **Breaking:** The matched routes are now available as `matchedRoutes` on the object returned by `matchRoutesToLocation`, which previously returned an array ([#6]) | ||
- **Feature:** When matching routes with `matchRoutesToLocation`, the matched params are now provided as `params` on the returned object (**[@markdalgleish]** in [#6]) | ||
- **Breaking:** The matched routes are now available as `matchedRoutes` on the object returned by `matchRoutesToLocation`, which previously returned an array (**[@markdalgleish]** in [#6]) | ||
|
||
[v0.0.2]: https://github.com/ReactTraining/react-router-addons-routes/compare/v0.0.1...v0.0.2 | ||
[#6]: https://github.com/ReactTraining/react-router-addons-routes/pull/6 | ||
|
||
[@markdalgleish]: https://github.com/markdalgleish | ||
[@ctrlplusb]: https://github.com/ctrlplusb |