Skip to content

Releases: margelo/react-native-worklets-core

Release 1.3.2

08 May 15:27
c50cc1b

Choose a tag to compare

1.3.2 (2024-05-08)

Bug Fixes

Release 1.3.1

08 May 15:22
064c8ec

Choose a tag to compare

1.3.1 (2024-05-08)

Bug Fixes

Features

  • Export getWorkletDependencies (b3fe0a4)
  • Some typing improvements (IWorklet/IWorkletize<>) (#188) (bcaa9be)

Release 1.3.0

03 May 09:35
a5a010d

Choose a tag to compare

1.3.0 (2024-05-03)

Bug Fixes

  • Added missing lock (7bd6851)
  • Fix objects inside a SharedValue not being re-assignable (#183) (a8ae78f)

Features

  • Add worklet() func that throws if value is not a worklet (#187) (a7c03de)

Release 1.2.0

25 Apr 18:27

Choose a tag to compare

1.2.0 (2024-04-25)

Bug Fixes

  • Added support for changing type when setting prop (11e674c) @chrfalch
  • jsc: prevent crashes when using jsc runtime (3e6f416) by @maxpowa (Max Gurela) 🙏

Features

Release 1.1.3

25 Apr 14:23

Choose a tag to compare

1.1.3 (2024-04-25)

Bug Fixes

  • Add lock when building the property names array in JsiObjectWrapper (e18b33e)
  • Codereview (19ae420)
  • Explicitly dereference lambda params in correct thread (edc1ae4)
  • Rename hook to match naming (3d9dd23)
  • Use atomic int (a2ba145)

Release 1.1.1

17 Apr 12:53
9042bf0

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

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

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

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

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)