Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@mrousavy mrousavy released this 17 Apr 10:43
· 33 commits to main since this release
d2cbd3e

1.0.0 (2024-04-17)

Worklets Core is now stable! 馃コ

Features

  • BREAKING: Simplify API (createRunInContextFn -> context.runAsync) (#165) (274d552)
  • Add Worklets.getCurrentThreadId() (#169) (9f468bd)
  • Lock Array and Object wrappers for safe multithreading (#164) (4b27e31)
  • Use true native arrays and objects by default, and Proxies only in useSharedValue (#159) (5d55718)

Bug Fixes

  • Fix reload crash by also listening to Main JS Runtime in RuntimeAwareCache (#167) (84a905a)
  • Only lookup once (8565e29)
  • Fix hooks function return type (a7cf79f)