Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 817 Bytes

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 817 Bytes

Change Log

All notable changes to the "vscode-nuxt-dx-tools" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.0.0]

  • Initial release

[1.1.0]

  • Nitro API support
  • Two new configurations
    • nuxtDxTools.api.hover.enable [true/false]
    • nuxtDxTools.api.functions [$fetch, useFetch]
  • README updated

[1.1.1]

  • fix: Uri.file

## [1.1.2]

  • fix: windows path

## [1.2.0]

  • re-publish extenion under a new name

## [1.3.0]

  • definePageMeta layout and middleware support for hover and definitions

## [1.4.0]

  • $fetch.raw support

## [1.5.0]

  • Improve prompt for global and workspace logic

[1.5.1]

  • Fix 'Go to definition' issue #4