CHANGES.md
August 28, 2019 ยท View on GitHub
v1.1.0
2019-08-28
- Update some dependencies.
v1.1.0
2019-05-06
- Add
toReducersandmiddleware.
v1.0.0
Deprecated.
v0.2.13
2019-03-21
- Fix
historycjs style importing warning (#106 by @kvkens).
v0.2.12
2018-09-08
- Allow
mirror.defaultsto merge new Redux reducers into the previous ones.
v0.2.11
2018-05-04
- Update dependencies and package-lock.json to prevent potential security vulnerability
v0.2.10
2017-10-20
- Update react-router-redux to v5.0.0.alpha-8
v0.2.9
2017-10-19
- Tag effects with
isEffectprop (by @shmck) - Update dependencies including React 16 and others
- Add change log
v0.2.7
2017-09-16
- Support extra custom
reducersinmirror.defaults(#47 by @madisvain) - Support
basenameand some other props for Router (#22) - Move
prop-typesto peerDependencies - Update code style to force spacing inside braces
- Some minor code refactors
v0.2.6
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
v0.2.5
2017-08-25
- Export
PromptandwithRouterfor Router (#30) - Correct typos in docs
v0.2.4
2017-08-17
- Correct some typos in docs
- Add API links in
docs/api.md
v0.2.3
2017-08-11
- Update docs to make it better
v0.2.2
2017-08-10
- Minor updating in docs
v0.2.1
2017-08-10
- Change action type separator from
.to/ - Update test suits and docs
v0.2.0
2017-08-02
- Update README to add
effectsdemonstration ofmirror.modelAPI
v0.1.5
2017-08-01
- Update dependencies and readme
- Add travis and coveralls CI
v0.1.4
2017-07-31
๐๐๐