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.12

12 Sep 01:55
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(ext/crypto): implement HKDF operations (#11865)
  • feat(ext/crypto): verify ECDSA signatures (#11739)

diff: ba8bbe6...676565c

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.11

11 Sep 01:49
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • fix: Query string percent-encoded in import map (#11976)

diff: fb35cd0...ba8bbe6

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.10

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

CHANGELOG

  • fix: permission prompt stuffing (#11931)

diff: d947629...fb35cd0

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.09

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

CHANGELOG

  • feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)
  • feat: add URLPattern API (#11941)
  • fix(cli): better handling of source maps (#11954)
  • fix(ext/http): resource leak if request body is not consumed (#11955)
  • fix(ext/web): Preserve stack traces for DOMExceptions (#11959)
  • fix(test): propagate join errors in deno test (#11953)
  • fix: a Request whose URL is a revoked blob URL should still fetch (#11947)
  • fix: bring back Deno.Signal to unstable props (#11945)

diff: 4833103...d947629

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.08

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

CHANGELOG

  • fix(runtime): return error instead of panicking for windows signals (#11940)
  • fix: exit process on panic in a tokio task (#11942)
  • fix: remove windows-only panic when calling Deno.kill (#11948)

diff: d331c4b...4833103

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.07

07 Sep 01:39
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
  • fix(ext/web): Format terminal DOMExceptions properly (#11834)

diff: 930cb0a...d331c4b

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.06

06 Sep 01:47
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • fix(doc): fix rustdoc bare_urls warning (#11921)

diff: f9d2911...930cb0a

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.05

05 Sep 01:49
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(cli): close test worker once all tests complete (#11727)

diff: 44ca3ce...f9d2911

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.04

04 Sep 01:45
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(lint): add support for config file and CLI flags for rules (#11776)

diff: c3001fe...44ca3ce

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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

2021.09.03

03 Sep 01:42
970e6ee
Compare
Choose a tag to compare

CHANGELOG

  • feat(fmt): add basic JS doc formatting (#11902)

diff: 77ead8a...c3001fe

Runtime Docs

Install / Upgrade

With Shell:

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

With PowerShell:

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

On GitHub Actions:

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