MMKV v1.1.1 Release Notes

Release Date: 2020-04-13 // about 4 years ago
  • v1.1.1 / 2020-04-13

    ๐ŸŽ iOS / macOS

    • ๐Ÿ‘Œ Support WatchOS.
    • ๐Ÿ“‡ Rename +[MMKV onExit] to +[MMKV onAppTerminate], to avoid naming conflict with some other OpenSource projects.
    • ๐Ÿ‘‰ Make background write protection much more robust, fix a potential crash when writing meta info in background.
    • ๐Ÿ›  Fix a potential data corruption bug when writing a UTF-8 (non-ASCII) key.

    Android

    • ๐Ÿ›  Fix a crash in the demo project when the App is hot reloaded.
    • ๐Ÿ‘Œ Improve wiki & readme to recommend users to init & destruct MMKV in the Application class instead of on the MainActivity class.

    POSIX

    • ๐Ÿ›  Fix two compile errors with some compilers.