This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
Releases: michaelcontento/redux-storage
Releases · michaelcontento/redux-storage
2.0.0
- BREAKING CHANGE: Actions must be a object with a
type
property or they get ignored and won't triggerengine.save
! More details.
1.4.4
1.4.3
1.4.2
1.4.1
- Update dependencies
1.4.0
- decorators/filter now supports string keys
filter(engine, ['key'])
instead offilter(engine, [['key']])
- Various minor changes so that the babelfied code is IE<=11 compatible
- New engine localStorageFakePromise