All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.0 - 2017-11-11
- Added support for
redux-persist@5
1.0.2 - 2017-04-05
1.0.1 - 2016-12-26
- Fixed default export for sync transform
1.0.0 - 2016-12-24
- Separated sync and async transforms into separate exports (@maxdeviant in #11)
0.2.0 - 2016-12-18
- Added
createProgressiveEncryptor
which provides the ability to encrypt state progressively (@stovmascript in #5)
- Updated
redux-persist
peer dependency tov4.x.x
(#8)
0.1.2 - 2016-07-13
- Added Changelog
- Added direct
json-stringify-safe
dependency to fix failing Travis build
0.1.1 - 2016-07-13
- Removed
.babelrc
from npm package (#3)
0.1.0 - 2016-05-15
- Initial release