Skip to content

1.2.16

Latest
Compare
Choose a tag to compare
@DylanCaiCoding DylanCaiCoding released this 03 May 06:22
· 4 commits to master since this release

Major Update:

In order to ensure better type safety, some adjustments have been made to the usage:

  • The MMKVOwner interface has been renamed as IMMKVOwner.
  • A new MMKVOwner class has been added with a mmapID constructor parameter.
  • The feature of dynamically modifying key names in LiveData has been removed.
  • Based on MMKV 1.2.16

重大更新

为了更好地保证类型安全,用法做了一些调整:

  • MMKVOwner 接口重名为 IMMKVOwner
  • 新增 MMKVOwner 类,有个 mmapID 构造参数;
  • 移除 LiveData 动态修改键名的功能;
  • 基于 MMKV 1.2.16