Skip to content

v1.0.23

Compare
Choose a tag to compare
@lingol lingol released this 03 Sep 08:17
· 1134 commits to master since this release
a1ab8f8

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.