Skip to content

Releases: rscarson/rustyscript

v0.12.3

21 Aug 17:52

Choose a tag to compare

What's Changed

  • fix: FeatureChecker was swapped with Arc, breaking broadcast_channel by @utyfua in #389
  • Overhauled op_whitelist to prevent security issues related to default features

Full Changelog: v0.12.2...v0.12.3

v0.12.2

16 Aug 20:11

Choose a tag to compare

What's Changed

  • Use node resolution for imports from npm packages by @LukasBombach in #350
  • fix: add omitted deno_process dependency to io feature by @yuhr in #353
  • match deno@2.2.3 dependencies by @utyfua in #366
  • feat: add advance_event_loop_async by @Naxdy in #361
  • match deno@2.3.3 dependencies by @wbk in #367
  • updated deps
  • Add the ability to hide cwd from errors
  • node stdlib can now be imported without the prefix!
  • Add with_tokio_runtime_handle to runtime

New Contributors

Full Changelog: v0.11.0...v0.12.2

v0.11.0

05 Dec 14:37

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

Choose a tag to compare

What's Changed

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

v0.9.0

04 Nov 17:12

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

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

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

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

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

Choose a tag to compare

What's Changed

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