Skip to content

Releases: rscarson/rustyscript

v0.5.0

11 Jul 15:59
Compare
Choose a tag to compare

What's Changed

  • Add threaded worker API in #125
  • Add _async and _immediate runtime function variants
  • Add js_value, a generalized JS value container
  • Add Promise
  • Rename JsFunction to Function, and make it a js_value
  • Externalize tokio runtime
  • Overhaul error generation in the module loader
  • Add options for the builtin extensions
  • Begin adding support for the SharedArrayBuffer
  • Make Error::as_highlighted more flexible
  • Lots of bugfixes in module-loading and stored functions

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.4.5

06 Jun 17:26
Compare
Choose a tag to compare

Changes

  • Updated versions for the core and extensions
  • Fixed the readme badge status

v0.4.4

05 Jun 18:53
Compare
Choose a tag to compare

What's Changed

  • Remove openssl dependency by @t348575 in #117
  • Use sourcemaps to enhance typescript error reporting
  • Updated dependencies

Full Changelog: v0.4.3...v0.4.4

v0.4.3

17 May 13:38
Compare
Choose a tag to compare

Adds a new interactive prompt example, and overhauls the error messages to contain actual useful information

v0.4.2

05 May 19:14
Compare
Choose a tag to compare
  • Add deno_io and deno_tty under the io feature flag
  • Fix a bug with web_stub

v0.4.0

03 May 19:24
Compare
Choose a tag to compare
  • Updated core and extension versions for deno_core v0.278.0
  • Added ModuleCacheProvider trait to allow optional caching for the module loader