-
3.0.0 Stable
released this
2016-02-10 13:05:30 +00:00 | 30 commits to master since this releaseWhoop! 🎉 We've got time for issue #88 (PR #91) and redux-storage is now only the "management core" and all decorators and engines are distributed as own project/package on npm!
Benefits of this transition range from less code you need to download and a more explicit dependency management to a more manageable codebase (multiple small projects instead of one big) and a more open plugin/extension culture. So go ahead and build more awesome decorators/engines! Just tag them properly and both engines and decorators can easily be browsed on npm 😎
BREAKING CHANGES
- All decorators have been removed and are now available as own npm packages:
decorator.filter=>npm install --save redux-storage-decorator-filterdecorator.debounce=>npm install --save redux-storage-decorator-debouncedecorator.immutablejs=>npm install --save redux-storage-decorator-immutablejsdecorator.migrate=>npm install --save redux-storage-decorator-migrate
- All engines have been removed and are now available as own npm packge:
redux-storage/engine/reactNativeAsyncStorage=>npm install --save redux-storage-engine-reactnativeasyncstorageredux-storage/engine/localStorage=>npm install --save redux-storage-engine-localstorageredux-storage/engine/localStorageFakePromise=>npm install --save redux-storage-engine-localstoragefakepromise
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- All decorators have been removed and are now available as own npm packages: