Releases: margelo/react-native-worklets-core
Releases · margelo/react-native-worklets-core
Release 1.5.0
Release 1.4.0
Release 2.0.0-beta.4
Release 2.0.0-beta.3
2.0.0-beta.3 (2024-05-21)
🐛 Bug Fixes
Release 2.0.0-beta.2
2.0.0-beta.2 (2024-05-17)
✨ Features
- Create
FunctionInvoker:: callAndForget
(6eebe9c) - Create
NativeWorkletsModule
CXX (1030273) - Initialize default instance so everything works again ✅ (e00ecdb)
- Rewrite the whole
createCallInContext
logic intoFunctionInvoker
(ada3a53) - Try to clean up createRunInContext (f042e4f)
- Upgrade Example app (0bfd8cc)
🐛 Bug Fixes
- Add the
react_codegen_RNWorkletsSpec
project with headers (ac52148) - Fix Android build (25ce228)
- Fix CI (09eb3bd)
- Fix ctx throwing (6201411)
- Fix decorators again (a16079f)
- Fix missing includes (e4cd40a)
- If a promise is resolved/rejected already, ensure we always have a value or reason (6278404)
- Implement createRunOnJS - stub out Promise (30e3d79)
- Try to use simple Promise approach... fails (e179d2f)
- Update CI paths (25c0c7f)
1.3.3 (2024-05-13)
🐛 Bug Fixes
🧹 Chores
- release 1.3.3 (2babd69)
Release 2.0.0-beta.1
2.0.0-beta.1 (2024-05-15)
✨ Features
- Add
BigInt
to globals (fb3fd84) - Move everything into
package/
(f8bf6d7) - Upgrade Android to new arch C++ only (5d7c8b7)
🐛 Bug Fixes
- Fix configs (eed7c0f)