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