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

Releases: maximousblk/deno_nightly

2021.09.02

02 Sep 01:46
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • fix(cli): retain path based test mode inference (#11878)

diff: c49eee5...77ead8a

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.01

01 Sep 02:10
970e6ee
Compare
Choose a tag to compare

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

2021.08.31

31 Aug 01:50
970e6ee
Compare
Choose a tag to compare

CHANGELOG

diff: 40526a0...ca75752

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.08.30

30 Aug 01:39
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(ext/crypto): support JWK export for HMAC (#11864)

diff: 8a09741...40526a0

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.08.29

29 Aug 01:41
970e6ee
Compare
Choose a tag to compare

CHANGELOG

diff: 1f57cd2...8a09741

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.08.28

28 Aug 01:38
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(ext/crypto): support JWK import for HMAC (#11716)

diff: 935133f...1f57cd2

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.08.27

27 Aug 01:49
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(cli): Update to TypeScript 4.4 (#11678)
  • feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)

diff: 5d7d9d6...935133f

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.08.26

26 Aug 01:45
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(fetch): mTLS client certificates for fetch() (#11721)
  • feat: ArrayBuffer in structured clone transfer (#11840)

diff: 873cce2...5d7d9d6

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.08.25

25 Aug 01:46
970e6ee
Compare
Choose a tag to compare

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

2021.08.24

24 Aug 01:47
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • fix(cli/flags): require a non zero usize for concurrent jobs (#11802)
  • fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)
  • fix(ext/ffi): don't panic on invalid enum values (#11815)
  • fix(ext/http): resource leak on HttpConn.close() (#11805)
  • fix: duplicate import in cli/main.rs (#11813)

diff: cb8f34c...7b882cc

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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