Skip to content

Releases: rscarson/rustyscript

v0.6.0

18 Jul 16:08

Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

16 Jul 14:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

12 Jul 15:01

Choose a tag to compare

What's Changed

  • Fix issue #158,
  • Add non-lossy V8 string conversions
  • Update extensions

Full Changelog: v0.5.1...v0.5.2

v0.5.1

11 Jul 16:14

Choose a tag to compare

Fixes the badge icon in the readme

v0.5.0

11 Jul 15:59

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

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

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

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

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

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