Skip to content

v1.1.1

Compare
Choose a tag to compare
@lingol lingol released this 13 Apr 14:22
· 840 commits to master since this release
8d53020

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 the MainActivity class.

POSIX

  • Fix two compile errors with some compilers.