Skip to content

Release 0.18.0

Compare
Choose a tag to compare
@mrousavy mrousavy released this 27 Nov 18:19
· 113 commits to main since this release

0.18.0 (2024-11-27)

✨ Features

πŸ› Bug Fixes

  • Add react-native-nitro-modules peerDependency to template (12276b8)
  • Catch cases where a Promise<T> could potentially be rseolved twice (#362) (ed24de6)
  • Fix moving sharedFunction after first callback call (d0052ec)
  • Fix Promise rejections not having a message by using std::exception_ptr to avoid C++ object slicing (#369) (b069fb6)
  • Fix ref counting with recursive mutex (#368) (0747e09)
  • Generate a shadow ordinal field for Kotlin Enums (#360) (7a32224)