Releases: rscarson/rustyscript
Releases · rscarson/rustyscript
v0.5.0
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
Changes
- Updated versions for the core and extensions
- Fixed the readme badge status
v0.4.4
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
Adds a new interactive prompt example, and overhauls the error messages to contain actual useful information
v0.4.2
- Add deno_io and deno_tty under the
io
feature flag
- Fix a bug with web_stub
v0.4.0
- Updated core and extension versions for
deno_core v0.278.0
- Added
ModuleCacheProvider
trait to allow optional caching for the module loader