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

2021.09.01

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 02:10
· 1 commit to main since this release
970e6ee

CHANGELOG

  • feat(core): facilitate op-disabling middleware (#11858)
  • feat(ext/crypto): AES key generation (#11869)
  • feat(workers): Make the Deno namespace configurable and unfrozen (#11888)
  • fix: move unstable declarations to deno.unstable (#11876)

diff: ca75752...c49eee5

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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