v1.2.7
v1.2.7 / 2020-12-25
Happy holidays everyone!
Changes for All platforms
- Fix a bug when calling
sync()
withfalse
won't domsync()
asynchronous and won't return immediately.
Android
- Fix an null pointer exception when calling
putStringSet()
withnull
. - Complete review of all MMKV methods about Java nullable/nonnull annotation.
- Add API for
MMKV.initialize()
with bothContext
andLibLoader
parammeters.
Flutter
- Fix a crash on the iOS simulator when accessing the default MMKV instance.
- Fix a bug on iOS when initing the default MMKV instance with a crypt key, the instance is still in plaintext.
Golang
Add golang for POSIX platforms. Most things actually work!. Check out the wiki for information.