Skip to content

Tags: benmangold/deno

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ry Ryan Dahl
v0.12.0

- feat: Support window.onload (denoland#2643)
- feat: generate default file name for bundle when URL ends in a slash (denoland#2625)
- fix: for '-' arg after script name (denoland#2631)
- fix: upgrade v8 to 7.7.200 (denoland#2624)

v0.11.0

Toggle v0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ry Ryan Dahl
- feat: Add Deno.homeDir() (denoland#2578)

- feat: Change Reader interface (denoland#2591)
- feat: add bash completions (denoland#2577)
- feat: parse CLI flags after script name (denoland#2596)
- fix: multiple error messages for a missing file (denoland#2587)
- fix: normalize Deno.execPath (denoland#2598)
- fix: return useful error when import path has no ./ (denoland#2605)
- fix: run blocking function on a different task (denoland#2570)

v0.10.0

Toggle v0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ry Ryan Dahl
v0.10.0 / 2019.06.25

- feat: improve module download progress (denoland#2576)
- feat: improve 'deno install' (denoland#2551)
- feat: log permission access with -L=info (denoland#2518)
- feat: redirect process stdio to file (denoland#2554)
- fix: add encodeInto to TextEncoder (denoland#2558)
- fix: clearTimeout should convert to number (denoland#2539)
- fix: clearTimeout.name / clearInterval.name (denoland#2540)
- fix: event `isTrusted` is enumerable (denoland#2543)
- fix: fetch() body now async iterable (denoland#2563)
- fix: fetch() now handles redirects (denoland#2561)
- fix: prevent multiple downloads of modules (denoland#2477)
- fix: silent failure of WebAssembly.instantiate() (denoland#2548)
- fix: urlSearchParams custom symbol iterator (denoland#2537)