Skip to content

Release 0.24.0

Compare
Choose a tag to compare
@mrousavy mrousavy released this 24 Feb 14:42
· 20 commits to main since this release

0.24.0 (2025-02-24)

✨ Features

  • Create Sync<T> to pass fully synchronous JS callbacks (#564) (4d07b2a)

πŸ’¨ Performance Improvements

πŸ› Bug Fixes

  • Fix a case where a nullptr BorrowingReference<T> could be accessed (#568) (0c5e716)
  • Fix implicit size_t conversion (#572) (2e57992)
  • Log proper generic T types when throwing exceptions (#566) (4d7cf32)

πŸ“š Documentation

  • Add docs for Sync<T> functions and getHybridObjectConstructor<T>(..) usage (#571) (e10192b)
  • Add example to README (#569) (55f654b)
  • Add explicitly call to HybridObject constructor (#366) (753f939)
  • fix typo (#570) (5e4f44b)
  • Fix typo in nitro views documentation (#562) (a5e06a9)
  • Rename onBeforeUpdate and onAfterUpdate (#563) (34d14e9)
  • Update examples to show correct props & methods types (#559) (1f38da5)