MMKV v1.0.23 Release Notes

Release Date: 2019-09-03 // over 4 years ago
  • v1.0.23 / 2019-09-03

    ๐ŸŽ iOS / macOS

    What's new

    • ๐Ÿ›  Fix a potential security leak on encrypted MMKV.

    Android

    What's new

    • ๐Ÿ›  Fix a potential security leak on encrypted MMKV.
    • ๐Ÿ›  Fix filename bug when compiled on Win32 environment.
    • โž• Add option for decoding String Set into other Set<> classes other than the default HashSet<String>, check decodeStringSet() for details.
    • โž• Add putBytes() & getBytes(), to make function names more clear and consistent.
    • โž• Add notification of content changed by other process, check the new MMKVContentChangeNotification<> interface & checkContentChangedByOuterProcess() for details.

    Win32

    What's new

    • ๐Ÿ›  Fix a potential security leak on encrypted MMKV.
    • ๐Ÿ›  Fix CriticalSection init bug.