v1.2.0
- Add support for JavaScriptCore
- You can now layer NodeSwift on top of the JavaScriptCore runtime by importing
NodeJSC
. - Use
NodeEnvironment.withJSC { ... }
as the entrypoint.
- You can now layer NodeSwift on top of the JavaScriptCore runtime by importing
- Add Swift 6 support
- We now support SwiftSyntax 5.9-6.0 (inclusive)
- Also added more
Sendable
annotations. This may result in some source breakage, especially if you have Strict Concurrency enabled, but should improve thread safety.