-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d2b069
commit cfab996
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,62 @@ | ||
# W3C Web validator - Change Log | ||
|
||
## [1.3.0] | ||
## [1.3.1] July 9th, 2023 | ||
|
||
- Fix "Illegal argument: character must be non-negative" [#36](https://github.com/celian-rib/vscode-webvalidation-extension/issues/36) | ||
- Update dependencies. | ||
|
||
## [1.3.0] February 13th, 2023 | ||
|
||
- Added extension settings to show/hide specific diagnostics levels. | ||
- Added the possibility to validate partial HTML files (With no Doctype - head - body) | ||
|
||
## [1.2.2] | ||
## [1.2.2] January 22nd, 2022 | ||
|
||
- Better error messaging while W3C validation service is unavailable [#21](https://github.com/celian-rib/vscode-webvalidation-extension/issues/21) | ||
|
||
## [1.2.1] | ||
## [1.2.1] October 9th, 2021 | ||
|
||
- Validating on save is no more enabled by default. | ||
- Fix "An error has occurred" [#19](https://github.com/celian-rib/vscode-webvalidation-extension/issues/19) | ||
|
||
## [1.2.0] | ||
## [1.2.0] September 21st, 2021 | ||
|
||
- Setting to show/hide validation popups. | ||
|
||
## [1.1.1] | ||
## [1.1.1] September 5th, 2021 | ||
|
||
- Validate compatible files on save (Can be disabled in the extension settings). | ||
|
||
## [1.1.0] | ||
## [1.1.0] September 5th, 2021 | ||
|
||
- Structural refactor. | ||
|
||
## [1.0.9] | ||
## [1.0.9] February 19th, 2021 | ||
|
||
- Status bar item is now smaller on unsupported files. | ||
|
||
## [1.0.8] | ||
## [1.0.8] January 9th, 2021 | ||
|
||
- Warnings clear fix. | ||
|
||
## [1.0.7] | ||
## [1.0.7] January 3rd, 2021 | ||
|
||
- CSS file support added. | ||
- Clear button in status bar. | ||
|
||
## [1.0.6] | ||
## [1.0.6] January 3rd, 2021 | ||
|
||
- Clear only warnings after validation. | ||
|
||
## [1.0.5] | ||
## [1.0.5] December 31st, 2020 | ||
|
||
- Auto clear issues when the corresponding line is edited. | ||
|
||
## [1.0.4] | ||
## [1.0.4] December 30th, 2020 | ||
|
||
- Clear command added. | ||
- Fix : Warnings are not shown as errors anymore. | ||
|
||
## [1.0.2] [1.0.3] | ||
## [1.0.2] [1.0.3] December 30th, 2020 | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters