Releases: rscarson/rustyscript
Releases · rscarson/rustyscript
v0.12.3
v0.12.2
What's Changed
- Use node resolution for imports from npm packages by @LukasBombach in #350
- fix: add omitted
deno_processdependency toiofeature by @yuhr in #353 - match deno@2.2.3 dependencies by @utyfua in #366
- feat: add
advance_event_loop_asyncby @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_handleto runtime
New Contributors
- @LukasBombach made their first contribution in #350
- @yuhr made their first contribution in #353
- @utyfua made their first contribution in #366
- @Naxdy made their first contribution in #361
- @wbk made their first contribution in #367
Full Changelog: v0.11.0...v0.12.2
v0.11.0
What's Changed
- Add OTEL feature to web
- Add
eval_asyncandeval_immediate - Remove
StaticModule- themodule!macro now returns a staticModule - A static module can be created from a file at compile-time with
module!(filename)orinclude_module!(filename) - Update dependencies
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Experimental NodeJS Support!
- All deno extensions now have some level of support
- Built-in support for static runtimes
- Dependency and core updates
Deno.*functionality for all extensions is now implemented- Built-in helper wrapper for broadcast channels
Full Changelog: v0.9.0...v0.10.0
v0.9.0
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_asyncfor better support of background tasks - Add a timeout option for blocking on event loop
- Add
advance_event_loopfor checking status of ongoing tasks
Dependencies
- Bump deno_ast from 0.40.0 to 0.43.3 by @dependabot in #191
- Bump tokio from 1.39.1 to 1.39.2 by @dependabot in #193
- Bump libc from 0.2.159 to 0.2.160 by @dependabot in #230
- Bump reqwest from 0.12.5 to 0.12.8 by @dependabot in #218
- Bump once_cell from 1.19.0 to 1.20.2 by @dependabot in #233
New Contributors
- @flightofthefox made their first contribution in #225
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
v0.6.4
v0.6.3
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