Skip to content

Releases: rscarson/rustyscript

v0.11.0

05 Dec 14:37
Compare
Choose a tag to compare

What's Changed

  • Add OTEL feature to web
  • Add eval_async and eval_immediate
  • Remove StaticModule - the module! macro now returns a static Module
  • A static module can be created from a file at compile-time with module!(filename) or include_module!(filename)
  • Update dependencies

Full Changelog: v0.10.0...v0.11.0

v0.10.0

22 Nov 20:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

04 Nov 17:12
Compare
Choose a tag to compare

What's Changed

New features

  • Add config option for whitelisting custom schemas by @flightofthefox in #225
  • Add max_heap_size option and related error variant by @flightofthefox in #229
  • Add atob/btoa support without the need for the web feature
  • Alter load_modules_async for better support of background tasks
  • Add a timeout option for blocking on event loop
  • Add advance_event_loop for checking status of ongoing tasks

Dependencies

New Contributors

Full Changelog: v0.8.0...v0.9.0

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