Releases: rscarson/rustyscript
Releases · rscarson/rustyscript
v0.11.0
What's Changed
- Add OTEL feature to web
- Add
eval_async
andeval_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_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
- 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
v0.6.1
v0.6.0
What's Changed
- Bump tokio from 1.38.0 to 1.38.1 by @dependabot in #170
- Deprecate old approach for argument encoding, with faster alternative by @rscarson in #172
- Bump thiserror from 1.0.62 to 1.0.63 by @dependabot in #173
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- Bump thiserror from 1.0.61 to 1.0.62 by @dependabot in #161
- Add deno_websocket by @kovaszab in #162
- Spelling fix by @nichoth in #163
- Update deno extensions
New Contributors
Full Changelog: v0.5.2...v0.5.3