Skip to content

v0.11.0

Compare
Choose a tag to compare
@denobot denobot released this 07 Jul 16:40
v0.11.0

Changes

In deno:

  • feat: Add Deno.homeDir() (#2578)
  • feat: Change Reader interface (#2591)
  • feat: add bash completions (#2577)
  • feat: parse CLI flags after script name (#2596)
  • fix: multiple error messages for a missing file (#2587)
  • fix: normalize Deno.execPath (#2598)
  • fix: return useful error when import path has no ./ (#2605)
  • fix: run blocking function on a different task (#2570)

In deno_std:

Install / Upgrade

With Shell:

curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.11.0

With PowerShell:

iwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1;
.\install.ps1 v0.11.0