github denoland/deno v1.5.3

latest releases: v1.44.0, v1.43.6, v1.43.5...
3 years ago

1.5.3 / 2020.11.16

  • feat(unstable): support deno lint --rules --json (#8384)
  • fix: fix various global objects constructor length (#8373)
  • fix: allow declaration emits for Deno.compile() (#8303)
  • fix: allow root modules be .mjs/.cjs (#8310)
  • fix: allow setting of importsNotUsedAsValues in Deno.compile() (#8306)
  • fix: do not write tsbuildinfo when diagnostics are emitted (#8311)
  • fix: don't walk the subdirectory twice when using the --ignore flag (#8040,
    #8375)
  • fix: local sources are not cached in memory (#8328)
  • fix: Use safe shell escaping in deno install (#7613)
  • fix: DOM handler order in Websocket and Worker (#8320, #8334)
  • fix(op_crates/web) make isTrusted not constructable (#8337)
  • fix(op_crates/web): FileReader event handler order (#8348)
  • fix(op_crates/web): handler order when reassign (#8264)
  • refactor: deno_crypto op crate (#7956)

Changes in std version 0.78.0:

  • feat(std/node): consistent Node.js builtin shapes (#8274)
  • fix(std/http): flush body chunks for HTTP chunked encoding (#8349)
  • refactor(std/fs): moved isCopyFolder to options (#8319)

Install / Upgrade

Using Deno:

deno upgrade --version 1.5.3

With Shell:

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

With PowerShell:

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

Don't miss a new deno release

NewReleases is sending notifications on new releases.