Skip to content

Releases: subuta/router-redux

API Changes

09 Feb 13:47
Compare
Choose a tag to compare

Backward incompatible API changes, please refer README.md for further instruction.

  • make API much cleaner.

Bug fix

09 Nov 01:20
Compare
Choose a tag to compare
  • fix onLeave called on initial render.

make router-redux `popstate` compatible

07 Nov 23:34
Compare
Choose a tag to compare

Now onEnter/onLeave supports popstate event correctly 🎉

Some improvements

28 Aug 10:45
Compare
Choose a tag to compare

[changes]

  • make match function compatible with hash contained url(like /user/1#top)

Initial release.

20 Aug 16:20
Compare
Choose a tag to compare

🎆 Initial release of router-redux

[changes(at https://github.com//pull/1)]

  • add match function to allow user to match against path that includes path parameter.
  • embeds object-assign to keep library size around 5KB.
  • make query parameter compatible.
  • add more tests.