v0.13.0
Features:
- Add react-router-redux facade
Breaking changes:
- Change signature of reducer from
(Option[State], Action) => State
to(Option[State], Any) => State
- This is to make facade friendly for extensions (e.g. react-router-redux support).
- Change package of
History
fromio.github.shogowada.scalajs.reactjs.router
toio.github.shogowada.scalajs.history