Deno 1.5.1 released, V8-based TypeScript runtime

Deno 1.5.1 is now released, Deno is a safe TypeScript runtime on V8.

The update content of this version is as follows:

  • Fix: Accept Windows line breaks in prompt/confirmation/warning
  • Fix: Added Deno.fdata(), Deno.fdatasync() in stable
  • Solution: When displaying the Windows path, remove the "\?" prefix.
  • Fix: Determine the hash value of tsconfig
  • Fix: Module diagram handles redirection correctly
  • Repair: restore Tripleslash library reference support
  • Repair: Panic in bundler
  • fix(repl): Don’t hang on unpaired braces
  • Refactoring: Don't spin up V8 for deno cache
  • Refactoring: Create a single watcher for the entire process
  • Upgrade: deno_doc, deno_lint, dprint, swc

Changes in std version 0.76.0:

  • feat(std/node/crypto): add randomBytes and pbkdf2
  • fix(std/wasi): delete stray console.log call

 Update instructions: https://github.com/denoland/deno/releases/tag/v1.5.1

Guess you like

Origin www.oschina.net/news/119654/deno-1-5-1-released