Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 9b2f6a1

Browse files
committed
add link to changelog
1 parent 7567ab3 commit 9b2f6a1

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Changelog
21

3-
All notable changes to this project will be documented in this file.
4-
5-
## [Unreleased]
2+
## HEAD
63

74
* Update to the new history API (#89)
85

9-
## [1.0.0] - 2015-12-07
6+
## [1.0.0]
7+
> 2015-12-09
8+
9+
This release changes quite a bit so you'll have to update your code.
1010

11-
### Breaking
11+
**Breaking Changes:**
1212

13-
* The `updatePath` action creator has been removed in favor of `pushPath` and `replacePath` (#38)
13+
* The `updatePath` action creator has been removed in favor of `pushPath` and `replacePath`. Use `pushpath` to get the same behavior as before. (#38)
1414
* We have added support for routing state (#38)
15-
* Our actions are now [FSA compliant](https://github.com/acdlite/flux-standard-action) (#63)
15+
* Our actions are now [FSA compliant](https://github.com/acdlite/flux-standard-action). This means if you are listening for the `UPDATE_PATH` action in a reducer you should get properties off the `payload` property. (#63)
1616

17-
### Other
17+
Other fixes:
1818

1919
* Redux DevTools should now work as expected (#73)
2020
* As we no longer depend on `window.location`, `<base href="...">` should now work (#62)
21-
* We've done lots of work on finding the right way to stop cycles, so hopefully we shouldn't have any unnecessary location or store updates (#50)
21+
* We've done lots of work on finding the right way to stop cycles, so hopefully we shouldn't have any unnecessary location or store updates (#50)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The entire state that we are interested in boils down to one thing: the URL. Thi
1414
npm install redux-simple-router
1515
```
1616

17+
View the [CHANGELOG](https://github.com/jlongster/redux-simple-router/blob/master/CHANGELOG.md) for recent changes.
18+
1719
Read the [API docs](#api) farther down this page.
1820

1921
##### _What about redux-router?_

0 commit comments

Comments
 (0)