Skip to content

Releases: margelo/react-native-worklets-core

Release 1.1.1

17 Apr 12:53
9042bf0
Compare
Choose a tag to compare

1.1.1 (2024-04-17)

Bug Fixes

  • Use thread_local storage to increment getCurrentThreadId() (#170) (e704b03)

Release 1.1.0

17 Apr 11:20
84861e8
Compare
Choose a tag to compare

1.1.0 (2024-04-17)

Bug Fixes

Features

  • Throw errors when trying to use deprecated APIs (#168) (12919b8)

Release 1.0.0

17 Apr 10:43
d2cbd3e
Compare
Choose a tag to compare

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)

Release 1.0.0-beta.4

17 Apr 10:42
9d6d5b4
Compare
Choose a tag to compare
Release 1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2024-04-17)

Features

Release 1.0.0-beta.3

15 Apr 11:36
1ebf0b8
Compare
Choose a tag to compare
Release 1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2024-04-15)

Features

  • Simplify API (createRunInContextFn -> context.runAsync) (#165) (274d552)

Release 1.0.0-beta.2

10 Apr 15:24
49b0c70
Compare
Choose a tag to compare
Release 1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2024-04-10)

Bug Fixes

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

Release 1.0.0-beta.1

09 Apr 15:33
deb8671
Compare
Choose a tag to compare
Release 1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2024-04-09)

Features

  • Lock Array and Object wrappers for safe multithreading (#164) (4b27e31)

Release 1.0.0-beta.0

09 Apr 11:28
50f7e3f
Compare
Choose a tag to compare
Release 1.0.0-beta.0 Pre-release
Pre-release

1.0.0-beta.0 (2024-04-09)

Bug Fixes

  • types: hooks function return type broken (a7cf79f)

Features

  • Use true native arrays and objects by default, and Proxies only in useSharedValue (#159) (5d55718)

Release 0.5.0

08 Apr 16:32
29fbec3
Compare
Choose a tag to compare

0.5.0 (2024-04-08)

Bug Fixes

  • Added RuntimeAwareCache to make sure we release objects correctly (a7a484d)
  • Changed so that JsiWorkletContext is passed as pointer internally (cfdc596)
  • Prevent Mutex memory leak (190d7b2)
  • Removed unused variable (d1846ae)
  • types: fix useRunInJS type not allowing functions to have args (#162) (a86ff69)

Features

  • Add Array.unshift(...) to Array Proxy (2f65133)

Release 0.4.0

13 Mar 14:01
8a4e971
Compare
Choose a tag to compare

0.4.0 (2024-03-13)

Bug Fixes

  • added missing export of useRunInJS (3f7deda)
  • refactor whitespace check in createWorklet function (88eeaca)
  • Remove flipper (677c324)

Features

  • Add BigInt64Array support (1223117)
  • Support jsi::NativeState in Shareable Objects (bc3c92e)