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

Releases: emeraldsanto/react-native-encrypted-storage

4.0.3

03 Nov 22:39
b097946
Compare
Choose a tag to compare

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

19 Feb 20:15
4c95467
Compare
Choose a tag to compare

This version corrects the TS types location and adds documentation.

4.0.1

03 Jan 06:21
Compare
Choose a tag to compare

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

02 Jan 23:05
fde6f2f
Compare
Choose a tag to compare

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

30 Aug 21:10
afc8333
Compare
Choose a tag to compare

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

30 Jun 15:31
6ae0e78
Compare
Choose a tag to compare

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

31 May 01:40
7b3feec
Compare
Choose a tag to compare

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

2.4.2

30 May 16:37
f95df3e
Compare
Choose a tag to compare

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

2.4.1

30 May 14:45
d1e6e47
Compare
Choose a tag to compare

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

2.4.0

30 May 14:32
902dbe8
Compare
Choose a tag to compare

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