All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.1 - 2020-10-23
- Downgraded
crypto-js
to3.1.9-1
to fix error in React Native (#49)
- Removed
readable-stream
dependency, as it is no longer used
3.0.0 - 2020-10-17
- Library has been rewritten in TypeScript
- No more default export; must use the
encryptTransform
named import instead
- Removed asynchronous support, as it was never working properly in the first place
- Asynchronous support is tracked by #48
2.0.1 - 2018-04-02
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