Skip to content

Commit

Permalink
Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Dec 22, 2016
1 parent 748fcf1 commit 684e4db
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGES.md
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

0 comments on commit 684e4db

Please sign in to comment.