This repository has been archived by the owner on Oct 26, 2018. It is now read-only.
1.0.0
Breaking Changes:
- The
updatePath
action creator has been removed in favor ofpushPath
andreplacePath
. UsepushPath
to get the same behavior as before. (#38) - We have added support for routing state (#38)
- Our actions are now FSA compliant. This means if you are listening for the
UPDATE_PATH
action in a reducer you should get properties off thepayload
property. (#63)
Other fixes: