Releases: mrousavy/react-native-mmkv
Releases · mrousavy/react-native-mmkv
Release 2.1.1
2.1.1 (2022-03-09)
📚 Documentation
🐛 Bug Fixes
- Fix CMake build on Windows (#329) (d7f6376)
- Fix value not updating if key changes in hook (d3ccb65)
- Main thread error with initialize function (#346) (314c526)
- Remove unnecessary macOS pbxproj (cb52901)
- Use
RCTUnsafeExecuteOnMainQueueSync
instead ofdispatch_sync
- unsafe is my middle name ;) (41f0471)
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)
Release 2.0.1
Release 2.0.0
2.0.0 (2022-01-19)
Features
- MMKV v2 now automatically installs itself, lazily and fast! No need to edit native files or config plugins anymore! 🥳🥳 (#290) (d0c6f01)
Migrating
If you are migrating from v1, you need to undo the changes in your native Android project. Remove the JSI Package, or the .install
call to MMKV.
Supporting the Development
💝 If you appreciate the continuous development of react-native-mmkv, please consider sponsoring me on GitHub. I am working on open-source in my free time, so that you have an easier life. What would you do without react-native-mmkv?
Release 1.6.3
Release 1.6.2
Release 1.6.1
Release 1.6.0
1.6.0 (2022-01-02)
I'm back! Thanks to all my GitHub sponsors for making it possible for me to work on react-native-mmkv and give you guys the fastest key/value storage library for React Native out there. 🔥🖤
🎉 This release now contains support for react-native-web! 🎉
Bug Fixes
- Fix build on RN 0.65 or older (#267) (3becaac)
- Fix build for Expo (#267) (3becaac)
- Fix extract tasks being added to clean tasks (#255) (ff17c0a)