From 146092dc9f58273010403088c4b0de8e81e270d3 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Thu, 2 May 2019 16:17:16 -0700 Subject: [PATCH] VSIX links --- CHANGELOG.md | 6 ++++++ docs/CHANGELOG.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52fa246602..938addbcf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.19.4 | 2019-05-02 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.4/vspackage) + +- Fix a regex performance issue. Thanks to help from [petternordholm](https://github.com/petternordholm). #1264. +- Add some logging for diagnosing performance issue, and a setting `vls.dev.logLevel`. #922. +- Fix Windows path handling issue that causes diagnostics in template region not mapped correctly. #1235. Thanks to help from [trixnz](https://github.com/trixnz). + ### 0.19.3 | 2019-04-30 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.3/vspackage) - 🙌 Various improvements to template interpolation. Thanks to [@ktsn](https://github.com/ktsn) for providing fixes. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 52fa246602..938addbcf2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.19.4 | 2019-05-02 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.4/vspackage) + +- Fix a regex performance issue. Thanks to help from [petternordholm](https://github.com/petternordholm). #1264. +- Add some logging for diagnosing performance issue, and a setting `vls.dev.logLevel`. #922. +- Fix Windows path handling issue that causes diagnostics in template region not mapped correctly. #1235. Thanks to help from [trixnz](https://github.com/trixnz). + ### 0.19.3 | 2019-04-30 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.3/vspackage) - 🙌 Various improvements to template interpolation. Thanks to [@ktsn](https://github.com/ktsn) for providing fixes.