Releases: ammarahm-ed/react-native-mmkv-storage
0.5.3
Fix some users were unable to build project on android. #62
Fix app crash when chrome debugger is connected.
Fix data from 0.4 version was not readable.
Follow installation steps for v0.5.0 and above
v0.5.2
Fix old database from v0.4
is not detected
Don't clear keychain on iOS
v0.5.1
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
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
v0.4.3
update version to 0.4.3
v0.4.1
In this version
- Updated MMKV to version 1.2.4 Thanks to @mateosilguero
- Remove unused parameters and call imports in different files. Thanks to @luism3861
- Fix incorrect peerDependancy warning Thanks to @sayem314
- Fix an issue where app would crash if value for a string was set to null.
- 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
v0.3.6
What's New
- Update MMKV to 1.2.2
v0.3.5
What's New
- Updated MMKV to 1.2.1 since 1.2.0 was removed due to a critical bug. #29 #28 Thanks to @hoanglam10499
- Reduce
minSdkVersion
to16
on Android