Skip to content

Releases: mrousavy/react-native-mmkv

Release 1.5.4

10 Dec 08:59
Compare
Choose a tag to compare

1.5.4 (2021-12-10)

Bug Fixes

  • do not recreate setter in hooks (#249) (e32f079)
  • Fix createMMKVHook<T> types (fc31ef7)
  • Fix useMMKV not getting initialized (#244) (f9dc907)
  • Fix gradle build with wrong task-name and order (584665c)

Release 1.5.3

27 Oct 07:53
Compare
Choose a tag to compare

1.5.3 (2021-10-27)

Release 1.5.2

18 Oct 10:38
Compare
Choose a tag to compare

1.5.2 (2021-10-18)

Release 1.5.1

14 Oct 10:45
Compare
Choose a tag to compare

1.5.1 (2021-10-14)

Bug Fixes

  • Fix require-cycle (7fddf78)
  • Use WeakRef to keep track of instances and listeners (#185) (9a480f5)

Reverts

  • Revert "fix: Use WeakRef to keep track of instances and listeners (#185)" (90dd516), closes #185

Release 1.5.0

11 Oct 15:15
Compare
Choose a tag to compare

1.5.0 (2021-10-11)

Features

Bug Fixes

  • Fix useMMKVNumber name (6fe8b5e)
  • Fix set state with undefined types (e81d0c7)
  • Share onValueChangedListeners across instances (#182) (3580898)

Documentation

  • Separated documentation into multiple markdown files

Release 1.4.0

11 Oct 14:45
Compare
Choose a tag to compare

1.4.0 (2021-10-11)

Features

Documentation

  • Separated documentation into multiple markdown files

Release 1.3.3

07 Oct 09:57
Compare
Choose a tag to compare

1.3.3 (2021-10-07)

🎉 This release adds support for React Native 0.66! 🎉

Bug Fixes

Release 1.3.2

21 Sep 12:16
Compare
Choose a tag to compare

1.3.2 (2021-09-21)

Bug Fixes

  • android: fix monorepo build (#151) (ec8fe06)
  • Use argument count of 1 for MMKV constructor (070a462)

Release 1.3.1

07 Sep 09:42
Compare
Choose a tag to compare

1.3.1 (2021-09-07)

This release finally fixes the startup crash on Android with react-native 0.64 and below.

Bug Fixes

  • fix Android startup crash (925e30c)
  • make bootstrap script work on windows (#135) (9f1c30c)

Performance Improvements

  • Cache functions on JS-side instead of C++ (#131) (7e26464)

Release 1.3.1-beta.0

07 Sep 09:29
Compare
Choose a tag to compare
Release 1.3.1-beta.0 Pre-release
Pre-release

1.3.1-beta.0 (2021-09-07)

Bug Fixes

  • make bootstrap script work on windows (#135) (9f1c30c)

Performance Improvements

  • Cache functions on JS-side instead of C++ (#131) (7e26464)