Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@kabiroberai kabiroberai released this 23 Jun 13:22
a4395d5
  • Add support for JavaScriptCore
    • You can now layer NodeSwift on top of the JavaScriptCore runtime by importing NodeJSC.
    • Use NodeEnvironment.withJSC { ... } as the entrypoint.
  • 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.