2.3.0 (2022-03-30)
This release now makes MMKV's API even simpler and more consistent 🎉
getNumber(...)
now returnsundefined
instead of0
as a default value, virtually without any added runtime costgetBoolean(...)
now returnsundefined
instead offalse
as a default value, virtually without any added runtime cost
📚 Documentation
- Add documentation about debugging MMKV instances (bae1bd8)
🐛 Bug Fixes
- Fix formatting (619f477)
- Fix formatting for errors (f442525)
- Run CI on MMKV gitmodule change (78863ab)