MMKV v1.2.2 Release Notes

Release Date: 2020-07-30 // over 3 years ago
  • v1.2.2 / 2020-07-30

    ๐ŸŽ iOS / macOS

    • โž• Add auto clean up feature. Call +[MMKV enableAutoCleanUp:] to enable auto cleanup MMKV instances that not been accessed recently.
    • ๐Ÿ›  Fix a potential crash on devices under iPhone X.

    Android

    • ๐Ÿ–จ Add multi-process mode check. After so many issues had been created due to mistakenly using MMKV in multi-process mode in Android, this check is added. If an MMKV instance is accessed with SINGLE_PROCESS_MODE in multi-process, an IllegalArgumentException will be thrown.

    POSIX

    • โž• Add support for armv7 & arm64 arch on Linux.