Skip to content

Releases: talut/rn-secure-storage

v3.0.1

29 Jan 13:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

v3.0.0

23 Dec 00:55
4b6dd27
Compare
Choose a tag to compare

What's Changed

  • V3.0.0 Development Completed. by @talut in #78

Full Changelog: 2.0.8...3.0.0

What's changed in v3.0.0

  • Rewritten Android module with enhanced security features. I need your reviews
  • Android minSdkVersion is now 23 (Android 6.0 Marshmallow)
  • iOS module redeveloped using Swift and updated APIs.
  • Comprehensive renaming and expansion of APIs.
  • Modifications to the return types of some APIs.
  • Added clear for comprehensive data clearance.
  • Introduced getAllKeys for retrieving all stored keys.
  • Implemented multiSet for setting multiple values simultaneously.
  • New multiGet feature for fetching multiple values at once.
  • multiRemove added for bulk deletion of items.
  • getSupportedBiometryType introduced for iOS (supports biometric authentication types).