Skip to content

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

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

v0.3.2

23 Apr 11:27
Compare
Choose a tag to compare

What's New

  1. Add redux-persist support
  2. Change to synchronous initialization
  3. Fix typescript definitions
  4. Fix some issues in docs
  5. Update MMKV to v1.1.1

Breaking Changes

  1. All initialization calls are now synchronous

v0.3.0

08 Apr 07:09
9d5981f
Compare
Choose a tag to compare

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

23 Mar 06:04
Compare
Choose a tag to compare

Whats New:

  1. fix #2 dispatch_queue usage on ios
  2. remove all try/catch statements in native code.
  3. add dispatchQueue on android to prevent UI-Thread from getting blocked.
  4. Add method to get all keys stored in the database
  5. Add an option non-async methods api based on callbacks.
  6. Huge performance boost

breaking changes All async method names have changed.

v0.1.8

21 Mar 04:35
Compare
Choose a tag to compare

update MMKV version to 1.0.24

v0.2.0

21 Mar 15:03
Compare
Choose a tag to compare

add int and boolean support

v0.1.7

14 Mar 06:39
Compare
Choose a tag to compare
update version