Releases: ammarahm-ed/react-native-mmkv-storage
v0.3.3
v0.3.2
What's New
- Add redux-persist support
- Change to synchronous initialization
- Fix typescript definitions
- Fix some issues in docs
- Update MMKV to v1.1.1
Breaking Changes
- All initialization calls are now synchronous
v0.3.0
This is a huge release from the previous version with around 140 commits which includes breaking changes
Introduce the loader class
The Loader class helps you initialize as many instances of MMKV as you would like to create.
Encryption Support
An easy to use encryption system for the storage is also integrated with secure key storage.
Indexing
Indexing is improved
Complete rewrite code
The code is completely rewritten and a lot of refactoring done.
Rewrite the documentation
Rewritten the docs in a better and more explainatory way on docsify.
Many fixes and improvements related to performance
Support Multi process mode
The library not supports multi-process database instances also.
v0.2.1
Whats New:
- fix #2 dispatch_queue usage on ios
- remove all try/catch statements in native code.
- add dispatchQueue on android to prevent UI-Thread from getting blocked.
- Add method to get all keys stored in the database
- Add an option non-async methods api based on callbacks.
- Huge performance boost
breaking changes All async method names have changed.
v0.1.8
update MMKV version to 1.0.24
v0.2.0
add int and boolean support
v0.1.7
update version