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

1.0.0

Compare
Choose a tag to compare
@timdorr timdorr released this 24 Jan 17:29
· 274 commits to master since this release

Breaking Changes:

  • The updatePath action creator has been removed in favor of pushPath and replacePath. Use pushPath 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 the payload property. (#63)

Other fixes:

  • Redux DevTools should now work as expected (#73)
  • As we no longer depend on window.location, <base href="..."> should now work (#62)
  • 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)