Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Releases: maxdeviant/redux-persist-transform-encrypt

v1.0.1

26 Dec 19:37
Compare
Choose a tag to compare

Fixed

  • Fixed default export for sync transform

v1.0.0

24 Dec 18:20
Compare
Choose a tag to compare

Changed

  • Separated sync and async transforms into separate exports (@maxdeviant in #11)

v0.2.0

19 Dec 04:11
Compare
Choose a tag to compare

Added

  • Added createProgressiveEncryptor which provides the ability to encrypt state progressively (@stovmascript in #5)

Fixed

  • Updated redux-persist peer dependency to v4.x.x (#8)

v0.1.2

13 Jul 01:55
Compare
Choose a tag to compare

Added

  • Added Changelog

Fixed

  • Added direct json-stringify-safe dependency to fix failing Travis build

v0.1.1

13 Jul 01:39
Compare
Choose a tag to compare

Fixed

  • Removed .babelrc from npm package (#3)

v0.1.0

13 Jul 01:39
Compare
Choose a tag to compare

Added

  • Initial release