Deno 1.5.0 released, V8-based TypeScript runtime

Deno 1.5.0 has been released, Deno is a safe TypeScript runtime on V8.

The update content of this version is as follows:

  • BREAKING: isolatedModules is enabled by default
  • feat(bundle): Add support for --no-check
  • feat(doc): Support --import-map flag
  • Repair (console): Repair test cases for functional inspection
  • Fix (rt/performance): check the object props in startOrMeasureOptions
  • Repair: restore permission checks on workers 
  • Refactoring (core): more control over isolate creation
  • Refactoring: new TSC infrastructure
  • Refactoring: Rename --importmap to --import-map
  • Refactoring: Rewrite Deno.transpileOnly() to use SWC
  • Upgrade: deno_doc, deno_lint, dprint, swc
  • Upgrade: rusty_v8 and v8 8.7.220.3
  • ......

Changes in std version 0.75.0 :

  • feat(std/fs/node): add more APIs
  • feat(std/path): add toFileUrl()
  • feat(std/testing): add assertExists assertion
  • feat(std/testing): Add ssertObjectMatch assertion
  • fix(std/http): path traversal in file_server.ts
  • fix(std/toml): parse the inline array of the inline table
  • refactor(std/testing): rename assert_Contains to assert_Includes
  • ......

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

Guess you like

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