MMKV v1.0.14 Release Notes

Release Date: 2018-11-30 // over 5 years ago
  • v1.0.14 / 2018-11-30

    ๐ŸŽ iOS / macOS

    What's new

    • ๐Ÿ‘ Setting nil value to reset a key is supported now.
    • ๐Ÿ“‡ Rename boolValue(forKey:) to bool(forKey:) for Swift.

    Android

    What's new

    • Parcelable objects can be stored directly into MMKV now.
    • ๐Ÿ‘ Setting null value to reset a key is supported now.
    • ๐Ÿ›  Fix an issue that MMKV's file size might expand unexpectly large in some case.
    • ๐Ÿ›  Fix an issue that MMKV might crash on multi-thread removing and getting on the same key.