Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

2021.06.22

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 01:18
· 1 commit to main since this release
970e6ee

CHANGELOG

  • feat(cli): support "types" when type checking (#10999)
  • feat(lsp): quick fix actions to ignore lint errors (#10627)
  • feat(repl): show list completion (#11001)
  • feat(repl): Type stripping in the REPL (#10934)
  • feat: MessageChannel and MessagePort (#11051)
  • feat: Deno namespace configurable and unfrozen (#11062)
  • fix(websocket): spec conformance & WPT (#11010)
  • fix: add support for module es2020 to Deno.emit (#11065)

diff: bbc2745...68c519d

Runtime Docs

Install / Upgrade

With Shell:

curl -fsSL https://denonightly.now.sh/sh | sh -s 2021.06.22

With PowerShell:

$v="2021.06.22"; iwr https://denonightly.now.sh/ps1 -useb | iex

On GitHub Actions:

- uses: denolib/setup-deno@v2
  with:
    deno-version: nightly