MMKV v1.2.7 Release Notes

Release Date: 2020-12-25 // over 3 years ago
  • Happy holidays everyone!

    ๐Ÿ”„ Changes for All platforms

    • ๐Ÿ›  Fix a bug when calling sync() with false won't do msync() asynchronous and won't return immediately.

    Android

    • ๐Ÿ›  Fix an null pointer exception when calling putStringSet() with null.
    • Complete review of all MMKV methods about Java nullable/nonnull annotation.
    • โž• Add API for MMKV.initialize() with both Context and LibLoader 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.