11.0.0-beta.2
Pre-release
Pre-release
·
1049 commits
to master
since this release
🚀 New Feature
- Introduced a new
%ffi
extension (experimental - not for production use!) that provides a more robust mechanism for JavaScript function interoperation by considering function arity in type constraints. This enhancement improves safety when dealing with JavaScript functions by enforcing type constraints based on the arity of the function. #6251 - Extended untagged variants with function types. #6279
💥 Breaking Change
- Remove rudimentary node bindings and undocumented
%node
extension. #6285