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

2021.08.25

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

CHANGELOG

  • BREAKING(unstable): Fix casing in FfiPermissionDescriptor (#11659)
  • feat(cli): add --ignore flag to test command (#11712)
  • feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
  • feat(extensions/console): right align numeric columns in table (#11748)
  • feat(unstable): Add file locking APIs (#11746)
  • feat(unstable): Support file URLs in Deno.dlopen() (#11658)
  • fix(cli): dispatch unload event on watch drop (#11696)
  • fix(ext/crypto): KeyAlgorithm typings for supported algorithms (#11738)
  • fix(ext/http): websocket upgrade header check (#11830)
  • fix(typings): fix property name in DiagnosticMessageChain interface (#11821)
  • fix: FileReader.readAsText compat (#11814)

diff: 7b882cc...873cce2

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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