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.
5.1.1 - 2023-12-14
- Moved
default
to the end ofexports
inpackage.json
5.1.0 - 2023-12-09
- Replaced
main
andtypes
withexports
inpackage.json
for better ESM compatibility
5.0.1 - 2023-10-30
- Updated dependencies
- Includes upgrade to
[email protected]
- Includes upgrade to
5.0.0 - 2023-03-25
- Moved package to ESM
- See here for more details
- Updated dependencies
- Test files no longer included in published package
4.0.0 - 2022-07-28
- Added support for passing type parameters to
createTransform
- Added support for passing
TransformConfig
tocreateTransform
- Updated dependencies
- Includes upgrade to
[email protected]
- Includes upgrade to
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