github denoland/deno v1.2.2

latest releases: v1.46.3, v1.46.2, v1.46.1...
4 years ago

1.2.2 / 2020.07.31

Changes in the CLI:

  • fix: Change release build flags to optimize for size (#6907)
  • fix: Fix file URL to path conversion on Windows (#6920)
  • fix: deno-types, X-TypeScript-Types precedence (#6761)
  • fix: downcast from SwcDiagnosticBuffer to OpError (#6909)
  • perf: Use SWC to strip types for "--no-check" flag (#6895)
  • upgrade: deno_lint, dprint, swc (#6928, #6869)
  • feat(unstable): add "--ignore" flag to deno fmt (#6890)

Changes in std version 0.63.0:

  • feat(std/async): add pooledMap utility (#6898)
  • fix(std/json): Add newline at the end of json files (#6885)
  • fix(std/path): Percent-decode in fromFileUrl() (#6913)
  • fix(std/tar): directory type bug (#6905)

Install / Upgrade

Using Deno:

deno upgrade --version 1.2.2

With Shell:

curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.2.2

With PowerShell:

$v="1.2.2"; iwr https://deno.land/x/install/install.ps1 -useb | iex

Don't miss a new deno release

NewReleases is sending notifications on new releases.