denoland/deno
denoland/deno
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 5/29/2020
PatchContains new featuresChanges in the CLI:
values for console.table if display not necessary (#5914)Changes in std version 0.54.0:
Using Deno:
deno upgrade --version 1.0.3
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.3
With PowerShell:
$v="1.0.3"; iwr https://deno.land/x/install/install.ps1 -useb | iex
release notes
Published 5/29/2020
PatchContains new featuresChanges in the CLI:
values for console.table if display not necessary (#5914)Changes in std version 0.54.0:
Using Deno:
deno upgrade --version 1.0.3
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.3
With PowerShell:
$v="1.0.3"; iwr https://deno.land/x/install/install.ps1 -useb | iex
A modern runtime for JavaScript and TypeScript.