Skip to content

Release 0.10.0

Compare
Choose a tag to compare
@mrousavy mrousavy released this 24 Sep 12:12
· 397 commits to main since this release
97aa767

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 in createHybridObject(..) (#145) (adeffda)

📚 Documentation

  • Add community Discord to README (85915de)
  • Add info about custom Dispatchers (45032be)
  • pass in generic types and export Specs (#136) (97f36fd)
  • Update types table (39bcdc2)
  • Update wording in Worklets docs (93242d5)
  • Update wording in Worklets docs (38b8b80)