Skip to content

v0.5.0

Choose a tag to compare

@rscarson rscarson released this 11 Jul 15:59
· 314 commits to master since this release

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