Release 2.1.0
2.1.0 (2022-02-09)
🐛 Bug Fixes
- Clean up unused native variables (#305) (6d2df1a)
- Fix invalid comment (b373ea6)
- Rename
encrypt
->recrypt
(6fcbd04)
✨ Features
- Re-Crypt an existing Storage instance (
storage.recrypt(..)
) (#314) (aabc43b) - Add
useMMKVListener
hook (#317) (db31f18) - Add MacOS support (#318) (3d0a289)
- Implement debug-string-representations for MMKV instances (
toString()
andtoJSON()
) (#316) (fefca24) - Check input parameter validity when instance couldn't be created (#319) (0d95b76)