2019-08-28
- Update some dependencies.
2019-05-06
- Add
toReducers
andmiddleware
.
Deprecated.
2019-03-21
- Fix
history
cjs style importing warning (#106 by @kvkens).
2018-09-08
- Allow
mirror.defaults
to merge new Redux reducers into the previous ones.
2018-05-04
- Update dependencies and package-lock.json to prevent potential security vulnerability
2017-10-20
- Update react-router-redux to v5.0.0.alpha-8
2017-10-19
- Tag effects with
isEffect
prop (by @shmck) - Update dependencies including React 16 and others
- Add change log
2017-09-16
- Support extra custom
reducers
inmirror.defaults
(#47 by @madisvain) - Support
basename
and some other props for Router (#22) - Move
prop-types
to peerDependencies - Update code style to force spacing inside braces
- Some minor code refactors
2017-09-08
- Optionally overwrite
addEffect
(#37 by @shmck) - Add babel-runtime dep for Couter example if npm < 3
- Change to ES6 modules for
index.js
- Docs updating
2017-08-25
- Export
Prompt
andwithRouter
for Router (#30) - Correct typos in docs
2017-08-17
- Correct some typos in docs
- Add API links in
docs/api.md
2017-08-11
- Update docs to make it better
2017-08-10
- Minor updating in docs
2017-08-10
- Change action type separator from
.
to/
- Update test suits and docs
2017-08-02
- Update README to add
effects
demonstration ofmirror.model
API
2017-08-01
- Update dependencies and readme
- Add travis and coveralls CI
2017-07-31
🎉🎉🎉