Skip to content

Releases: rscarson/rustyscript

v0.8.0

29 Jul 14:51
Compare
Choose a tag to compare

What's Changed

  • Add Path support to Module
  • Add try_from_v8 and from_v8_unchecked for js_value::*
  • Fix global export of EventSource in deno_fetch extension by @kovaszab in #190

Full Changelog: v0.7.0...v0.8.0

v0.7.0

25 Jul 17:46
Compare
Choose a tag to compare

What's Changed

  • Add ImportProvider. by @ac-z in #147
  • Deprecate CacheProvider in favour of ImportProvider
  • Update Deno extensions
  • Add into_tokio_runtime
  • Remove Runtime::options() , in favor of Runtime::timeout()

Full Changelog: v0.6.4...v0.7.0

v0.6.4

22 Jul 13:24
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue with snapshots resetting op setup

Full Changelog: v0.6.3...v0.6.4

v0.6.3

22 Jul 12:26
Compare
Choose a tag to compare

What's Changed

  • Add configurable permissions for web extensions
  • Add tests to confirm sandbox-safety of all deno provided OPs

Full Changelog: v0.6.1...v0.6.3

v0.6.1

18 Jul 17:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Jul 16:08
Compare
Choose a tag to compare

What's Changed

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

v0.5.3

16 Jul 14:34
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes the badge icon in the readme

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