MMKV v1.0.20 Release Notes

Release Date: 2019-06-05 // almost 5 years ago
  • v1.0.20 / 2019-06-05

    ๐ŸŽ iOS / macOS

    What's new

    • ๐Ÿ›  Fix a bug that MMKV might crash while storing key-value with specific length.
    • ๐Ÿ›  Fix a bug that -[MMKV trim] might not work properly.

    Android

    What's new

    • Migrate to AndroidX library.
    • ๐Ÿ›  Fix a bug that MMKV might crash while storing key-value with specific length.
    • ๐Ÿ›  Fix a bug that trim() might not work properly.
    • ๐Ÿ›  Fix a bug that dead-lock might be reported by Android mistakenly.
    • Using RegisterNatives() to simplify native method naming.

    Win32

    • ๐Ÿ›  Fix a bug that MMKV might crash while storing key-value with specific length.
    • ๐Ÿ›  Fix a bug that trim() might not work properly.
    • ๐Ÿ›  Fix a bug that clearAll() might not work properly.