Skip to content

Releases: swiftwasm/JavaScriptKit

0.29.0

08 May 10:49
132233b
Compare
Choose a tag to compare

What's Changed

  • JavaScriptEventLoop now conforms to the new ExecutorFactory-family APIs (only for Swift 6.2 and later)
  • WebWorkerDedicatedExecutor now conforms to TaskExecutor

Pull Requests

Full Changelog: 0.28.0...0.29.0

0.28.0

25 Apr 06:57
d786374
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.27.0...0.28.0

0.27.0

09 Apr 16:21
253ab0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.26.2...0.27.0

0.26.2

02 Apr 07:16
f4d5219
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.26.1...0.26.2

0.26.1

28 Mar 09:17
c882581
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.26.0...0.26.1

0.26.0

27 Mar 14:57
6224238
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.25.1...0.26.0

0.25.1

26 Mar 08:00
334f297
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.25.0...0.25.1

0.25.0

25 Mar 15:00
620365b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.24.1...0.25.0

0.24.1

23 Mar 23:32
6406ec2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.24.0...0.24.1

0.24.0

17 Mar 11:16
1a33c51
Compare
Choose a tag to compare

PackageToJS Plugin: A New Packaging System

This release introduces PackageToJS, a new packaging system designed to replace carton. The new workflow simplifies package setup and improves build time.

Check Hello World example

Added APIs

  • WebWorkerDedicatedExecutor type is added to run actors on a dedicated web worker

Pull Requests

Full Changelog: 0.23.0...0.24.0