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

2021.06.25

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

CHANGELOG

  • feat(lsp): dependency hover information (#11090)
  • feat(repl): support import declarations in the REPL (#11086)
  • fix(inspect): eliminate panic inspecting event classes (#10979)
  • fix(lsp): handle invalid config setting better (#11104)
  • fix(url): use USVStrings in URLSearchParams constructor (#11101)
  • fix: make readonly Event properties readonly (#11106)

diff: d54e3ea...9e51766

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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