Changes
Changes in the CLI:
- fix(fetch): Support 101 status code (#6059)
- fix: REPL BorrowMutError panic (#6055)
- fix: dynamic import BorrowMutError (#6065)
- upgrade: dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068)
- upgrade: rusty_v8 0.5.0 (#6070)
Changes in std version 0.56.0:
- feat(std/testing): benching progress callback (#5941)
- feat(std/encoding): add base64url module (#5976)
- fix(std/testing/asserts): Format values in assertArrayContains() (#6060)
Install / Upgrade
Using Deno:
deno upgrade --version 1.0.5
With Shell:
curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.5
With PowerShell:
$v="1.0.5"; iwr https://deno.land/x/install/install.ps1 -useb | iex