Skip to content

Releases: swiftwasm/JavaScriptKit

0.7.1

27 Sep 15:31
29fb15f
Compare
Choose a tag to compare

This is a bugfix release that resolves an issue with the JavaScript runtime being unavailable when installed via NPM.

Closed issues:

  • 0.7.0 unavailable on NPM (#79)
  • Automatic performance testing (#67)

Merged pull requests:

0.7.0

27 Sep 09:49
42ae818
Compare
Choose a tag to compare

This release adds multiple new types bridged from JavaScript, namely JSError, JSDate, JSTimer (which corresponds to setTimeout/setInterval calls and manages closure lifetime for you), JSString and JSPromise. We now also have documentation published automatically for the main branch.

Closed issues:

  • TypedArray improvement? (#52)

Merged pull requests:

0.6.0

25 Sep 09:56
Compare
Choose a tag to compare

This release adds JSTypedArray generic type, renames JSObjectRef to JSObject, and makes JSClosure memory management more explicit.

Closed issues:

  • Support for JS Arrays “holes”, including the test suite (#39)
  • BigInt Support (#29)
  • Separate namespaces for methods and properties? (#27)

Merged pull requests:

0.1.0

09 Mar 04:07
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Update package.json