0.10.0 (2024-09-24)
✨ Features
- Add
NitroModules.box(...)
to support using Nitro Modules from any Runtime/Worklets context (#138) (1128d6a) - Add array support to Swift AnyMap (#146) (3550a51)
- Variants for Swift and Kotlin 🥳 (#148) (96d15ea)
🐛 Bug Fixes
- Don't generate autolinking files if nothing to autolink (#155) (b173aee)
- Explicitly check against
NDEBUG
on Android (89a5995) - fix android placeholders (#137) (1d50bd3)
- Fix C++ AnyMap array tests (402d66b)
- Fix optional parameters in callbacks (#143) (98d1c15)
- Fix tests (timeout) (5646db3)
- Remove unused
args
parameter increateHybridObject(..)
(#145) (adeffda)