v1.0.0
Changes
Read more about this release at https://deno.land/v1
- fix: default to 0.0.0.0 for Deno.listen (#5203)
- fix: Make --inspect-brk pause on the first line of user code (#5250)
- fix: Source maps in inspector for local files (#5245)
- upgrade: TypeScript 3.9 (#4510)
Install / Upgrade
Using Deno:
deno upgrade --version 1.0.0With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0With PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\install.ps1 v1.0.0