Releases: margelo/react-native-worklets-core
Releases · margelo/react-native-worklets-core
Release 1.2.0
1.2.0 (2024-04-25)
Bug Fixes
Features
Release 1.1.3
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
1.1.1 (2024-04-17)
Bug Fixes
- Use
thread_local
storage to increment getCurrentThreadId()
(#170) (e704b03)
Release 1.1.0
1.1.0 (2024-04-17)
Bug Fixes
Features
- Throw errors when trying to use deprecated APIs (#168) (12919b8)
Release 1.0.0
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.3
Features
- Simplify API (
createRunInContextFn
-> context.runAsync
) (#165) (274d552)
Release 1.0.0-beta.2
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
Features
- Lock Array and Object wrappers for safe multithreading (#164) (4b27e31)
Release 1.0.0-beta.0
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)