Skip to content

v0.3.0

Compare
Choose a tag to compare
@ammarahm-ed ammarahm-ed released this 08 Apr 07:09
· 624 commits to master since this release
9d5981f

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.