Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Releases: emeraldsanto/react-native-encrypted-storage

4.0.3

Choose a tag to compare

@emeraldsanto emeraldsanto released this 03 Nov 22:39
b097946

What's Changed

  • maintenance: removed jCenter in favour of Maven Central by @mlowijs in #98

New Contributors

Full Changelog: 4.0.2...4.0.3

4.0.2

Choose a tag to compare

@emeraldsanto emeraldsanto released this 19 Feb 20:15
4c95467

This version corrects the TS types location and adds documentation.

4.0.1

Choose a tag to compare

@emeraldsanto emeraldsanto released this 03 Jan 06:21

This version simply decreases the package's download size by ignoring unnecessary files and folders. Version 4.0.0 was 3.5MB (unpacked) and this one is 142KB.

4.0.0

Choose a tag to compare

@emeraldsanto emeraldsanto released this 02 Jan 23:05
fde6f2f

This version brings support for Android API levels 21 and 22, thanks to #35 which migrated away from the deprecated MasterKeys class to MasterKey.Builder. Dependencies have been updated and the example is now easier to run due to the integration of Bob.

3.0.0

Choose a tag to compare

@emeraldsanto emeraldsanto released this 30 Aug 21:10
afc8333

This version doesn't bring any new features, however the Gradle plugins have been updated along with native dependencies and the minimum SDK has finally been set to 23 on Android (#22) . I was not able to support earlier Android versions due to this using EncryptedSharedPreferences, I thought I could work around this but to no avail.

2.4.4

Choose a tag to compare

@emeraldsanto emeraldsanto released this 30 Jun 15:31
6ae0e78

This version brings more documentation, especially regarding error handling and the clear method. This PR includes the forwarding of the iOS Security framework error codes to the JS side to make debugging easier.

2.4.3

Choose a tag to compare

@emeraldsanto emeraldsanto released this 31 May 01:40
7b3feec

This version includes a fix for crashes in release builds on Android.

2.4.2

Choose a tag to compare

@emeraldsanto emeraldsanto released this 30 May 16:37
f95df3e

This version brings a fix for missing @ReactMethod annotation on Android.

2.4.1

Choose a tag to compare

@emeraldsanto emeraldsanto released this 30 May 14:45
d1e6e47

This version fixes a small typo on iOS when resolving the clear() function.

2.4.0

Choose a tag to compare

@emeraldsanto emeraldsanto released this 30 May 14:32
902dbe8

This version includes a new clear() method to completely erase the storage contents.