Skip to content

Releases: mrousavy/react-native-mmkv

Release 3.0.0-beta.5

30 Apr 16:43
4437f30
Compare
Choose a tag to compare
Release 3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2024-04-30)

✨ Features

🐛 Bug Fixes

  • Eagerly initialize TurboModule because Proxies are slow (#671) (d1f9a1a)
  • Remove MMKV/ submodule copy (#672) (7f2af42)

📚 Documentation

  • Update Jotai wrapper documentation - remove the double JSON.stringify() and JSON.parse() (#661) (ff26c4e)

Release 3.0.0-beta.4

30 Apr 14:42
c318819
Compare
Choose a tag to compare
Release 3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2024-04-30)

🐛 Bug Fixes

  • Fix cxxModuleCMakeListsPath path on CLI (a77d2d6)

Release 3.0.0-beta.3

30 Apr 14:27
4b3d8a4
Compare
Choose a tag to compare
Release 3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2024-04-30)

✨ Features

🐛 Bug Fixes

Release 3.0.0-beta.2

29 Apr 11:06
524f68d
Compare
Choose a tag to compare
Release 3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2024-04-29)

🐛 Bug Fixes

  • Add dev dependencies (13c3783)
  • Always trim, remove WeakRef (6dfc8e1)
  • Extract to Types (2989c33)
  • Fix dependencies (c1eedbc)
  • Fix lazy export (7018389)
  • Fix lazy init (c2e610d)
  • Lazily create TurboModule (5a4319e)
  • Only log Warnings or Errors in Release (cb5347b)
  • Try use WeakRef (84016a1)
  • Upgrade and include config (4e93c86)
  • Use __dirname until latest RC with patch is out (c462b3c)
  • Use Proxy for lazily getting TurboModules (1350529)

📚 Documentation

  • Update Jotai wrapper documentation - remove the double JSON.stringify() and JSON.parse() (#661) (ff26c4e)

Release 3.0.0-beta.1

27 Mar 11:10
0615dba
Compare
Choose a tag to compare
Release 3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2024-03-27)

✨ Features

  • Add trim() func and size property (b2d80fa)
  • Autolink iOS (b62ed49)
  • Create PlatformContext TurboModule (87dedcd)
  • Implement MmkvPlatformContext on iOS (660cda3)
  • Scaffold TurboModule base (94522bd)
  • Update MMKV to latest (4ab420b)
  • Upgrade to RN 0.74 (6375e75)
  • Use ArrayBuffer instead of Uint8Array (c03ef4d)

🐛 Bug Fixes

  • Create proper types and delete yarn (fe3b567)
  • Fix Android build (0f33f1c)
  • Fix build now? (6e8e20f)
  • Fix closing destroy (3c2babd)
  • Fix includes (ee1caba)
  • Only enable WeakRef if it is supported (e6ee073)
  • Only generate C++ bindings, skip Java/ObjC (e89a472)
  • Pin RN CLI to 14 (b6a095b)
  • Properly configure (e33c6e3)
  • Refactor everything to use proper types (731a3a6)
  • Set it up (157aef1)
  • Use FORCE_POSIX to force C++ (8fa5ec7)

💨 Performance Improvements

  • Clear memory cache on trim and dtor (c01acb5)

Release 2.12.2

12 Mar 12:20
6682adf
Compare
Choose a tag to compare

2.12.2 (2024-03-12)

🐛 Bug Fixes

  • Allow function type in useObject hook (#646) (3739aab)
  • Use install_modules_dependencies in podspec (#643) (c946fba)
  • Use named parameters again for useMMKVObject (f519992)

📚 Documentation

Release 2.12.1

15 Feb 14:30
c99e53a
Compare
Choose a tag to compare

2.12.1 (2024-02-15)

💨 Performance Improvements

  • Synchronously update value when key changes without an additional render (#632) (f3e2ad3)

Release 2.12.0

15 Feb 11:15
c29c24d
Compare
Choose a tag to compare

2.12.0 (2024-02-15)

🐛 Bug Fixes

  • Fix namespace/AndroidManifest.package error on Android Gradle Plugin 8/React Native 0.73 (#624) (8ca6ae5)
  • Fix getAllKeys on web (#616) (6fa83b5)

✨ Features

Release 2.11.0

10 Nov 15:12
de2bde2
Compare
Choose a tag to compare

2.11.0 (2023-11-10)

📚 Documentation

✨ Features

🐛 Bug Fixes

  • Don't leak encryption key in logs (a8995cc)
  • Fix "Failed to create MMKV instance" reload/fast refresh JSI error on Expo (#602) (1c58a78)
  • Fix correct behavior of function setState parameter (#598) (f391f9b)
  • Include banner in npm package (6327d85)

Release 2.10.2

25 Aug 08:34
Compare
Choose a tag to compare

2.10.2 (2023-08-25)

🐛 Bug Fixes

  • revert change AndroidManifest to support RN < 0.71 (#561) (40b71fe)