Releases: oblador/react-native-keychain
Releases · oblador/react-native-keychain
v4.0.5
bugfixes
#208 (Cannot decrypt password when length is too long on some Android devices) was fixed through #288
v4.0.2
Fixes
- TS typings fixes: #269, #268, #258
- remove key if failed to generate with sufficient security level #218
- support mac os catalyst #261
v4.0.0
This release includes a number of improvements:
-
replace android.support.
with androidx.
(#226)
-
fix gradle setup (#227)
-
Add TS typings for Android Security Levels (#238)
-
Refine flow type for getGenericPassword response (#223)
-
Add a docs section for how to unbreak Jest test compile (#224)
3.1.3
- Fix SecurityLevel constants on Android.
3.1.2
- Fix a crash on Android 4.x devices
3.1.1
- Fix crash due to conflicting merges.
3.1.0
- Implement security level guarantees on Android.
- Add hasInternetCredentialsForServer method to Android.
- Fix UnrecoverableKeyException crash in android 8.
- Fix memory leak on iOS.
3.0.0
- Support for React Native 0.56
- Catch uncaught exceptions to prevent crash on some Huawei android devices
- Biometric authentication for iOS.
- Probe for biometric hardware support via
getSupportedBiometryType()
3.0.0 Release Candidate 3
- Biometric authentication for iOS.
- Probe for biometric hardware support via
getSupportedBiometryType()
More release notes soon...
3.0.0 Release Candidate 2
- Biometric authentication for iOS.
More release notes soon...