Releases: emeraldsanto/react-native-encrypted-storage
4.0.3
4.0.2
This version corrects the TS types location and adds documentation.
4.0.1
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
3.0.0
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
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
This version includes a fix for crashes in release builds on Android.
2.4.2
This version brings a fix for missing @ReactMethod
annotation on Android.
2.4.1
This version fixes a small typo on iOS when resolving the clear()
function.
2.4.0
This version includes a new clear()
method to completely erase the storage contents.