8000 Tags · opt9/deno · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: opt9/deno

Tags

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)

v0.3.10

Toggle v0.3.10's commit message

Verified

This tag was signed with the committer’s verified signature.
piscisaureus Bert Belder
v0.3.10 / 2019.04.25

In deno:

- Fix "deno types" (denoland#2209)
- CLI flags/subcommand rearrangement (denoland#2210, denoland#2212)
0