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

Latest commit

 

History

History
160 lines (98 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

160 lines (98 loc) · 4.82 KB

Changelog

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

Changed

  • Moved default to the end of exports in package.json

5.1.0 - 2023-12-09

Changed

  • Replaced main and types with exports in package.json for better ESM compatibility

5.0.1 - 2023-10-30

Changed

5.0.0 - 2023-03-25

Changed

  • 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

  • Added support for passing type parameters to createTransform
  • Added support for passing TransformConfig to createTransform

Changed

3.0.1 - 2020-10-23

Changed

  • Downgraded crypto-js to 3.1.9-1 to fix error in React Native (#49)

Removed

  • Removed readable-stream dependency, as it is no longer used

3.0.0 - 2020-10-17

Changed

  • Library has been rewritten in TypeScript
  • No more default export; must use the encryptTransform named import instead

Removed

  • 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

Added

  • Added onError to allow for custom error handling (@ekynoxe in #20)

2.0.0 - 2017-11-11

Changed

  • Added support for redux-persist@5

1.0.2 - 2017-04-05

Changed

  • Import only required modules from crypto-js (@7rulnik in #14)

1.0.1 - 2016-12-26

Fixed

  • Fixed default export for sync transform

1.0.0 - 2016-12-24

Changed

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

0.2.0 - 2016-12-18

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)

0.1.2 - 2016-07-13

Added

  • Added Changelog

Fixed

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

0.1.1 - 2016-07-13

Fixed

  • Removed .babelrc from npm package (#3)

0.1.0 - 2016-05-15

Added

  • Initial release