Skip to content

3.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 23:36
· 162 commits to main since this release
b80e599

3.10.0 / 20212.01.05

  • feat: enable known registries by default (#594)

    Known registries which support completions suggestions in the editor
    (deno.land, crux.land, nest.land) are now enabled by default, making it
    easier to discover packages.

  • feat: support the inspect option for Deno.test (#598)

    This allows the code lens for the Debug command to execute a test in debug
    mode.

  • chore: update min version (#596)