- Replaced redux-router with rackt/redux-simple-router.
- redux-simple-router is recommended as an officially supported version. see (#28)
- ** migration notice **
redux store (key) for routing state is changed from
router
torouting
. This is to use the default key as mentioned inredux-simple-router
documentation.
- Initial public release.