Skip to content

Releases: ammarahm-ed/react-native-mmkv-storage

v0.5.2

05 Mar 13:39
Compare
Choose a tag to compare

Fix old database from v0.4 is not detected
Don't clear keychain on iOS

v0.5.1

05 Mar 00:33
Compare
Choose a tag to compare

Fixing setItem and getItem methods not working
Fix CMakeLists.txt file is missing in npm module.

Don't forget to run pod install after upgrading

v0.5.0

04 Mar 23:58
Compare
Choose a tag to compare

This is a rewrite of library in C++ using JSI. Read/Write can now be as fast as 0.05ms!

Don't forget to run pod install after upgrading

No Breaking Changes

v0.4.4

03 Mar 04:43
Compare
Choose a tag to compare
  • Fix indexer crashes on ios #57
  • Fix setAccessibleMode is actually called setAccessibleIOS #56
  • Provide null as possible type for get operations #58 by @hannojg

v0.4.3

23 Dec 06:13
Compare
Choose a tag to compare
update version to 0.4.3

v0.4.1

28 Oct 16:06
Compare
Choose a tag to compare

In this version

  1. Updated MMKV to version 1.2.4 Thanks to @mateosilguero
  2. Remove unused parameters and call imports in different files. Thanks to @luism3861
  3. Fix incorrect peerDependancy warning Thanks to @sayem314
  4. Fix an issue where app would crash if value for a string was set to null.
  5. Change rootDir on iOS to "Library" instead of "Documents" so it does not appear in File Manager.

Breaking Change

In the pervious versions of the library, if value for a key was not present, promise would reject and hence you had to wrap all your calls in try/catch. From version 0.4.1 onwards we will use a fallback value null when value for a key does not exist to make things simpler.

v0.3.7

22 Aug 06:44
Compare
Choose a tag to compare

What's Fixed

  1. Encryption on android. fixed #30

v0.3.6

22 Aug 05:56
Compare
Choose a tag to compare

What's New

  1. Update MMKV to 1.2.2

v0.3.5

06 Jul 04:26
Compare
Choose a tag to compare

What's New

  1. Updated MMKV to 1.2.1 since 1.2.0 was removed due to a critical bug. #29 #28 Thanks to @hoanglam10499
  2. Reduce minSdkVersion to 16 on Android

v0.3.3

01 Jul 18:11
Compare
Choose a tag to compare

What's New

  1. Fix xcode release build errors by updating MMKV to 1.2.0 #24
  2. Fix #26 use dispatch_get_main_queue on ios