denoland/deno
denoland/deno
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 5/13/2020
MajorContains breaking changesRead more about this release at https://deno.land/v1
Using Deno:
deno upgrade --version 1.0.0
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0
With PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\install.ps1 v1.0.0
release notes
Published 5/13/2020
MajorContains breaking changesRead more about this release at https://deno.land/v1
Using Deno:
deno upgrade --version 1.0.0
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0
With PowerShell:
iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\install.ps1 v1.0.0
A modern runtime for JavaScript and TypeScript.