Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
celian-rib committed Jul 9, 2023
1 parent 9d2b069 commit cfab996
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "W3C Web Validator",
"description": "Check the validity of your HTML/CSS files in one click",
"publisher": "CelianRiboulet",
"version": "1.3.0",
"version": "1.3.1",
"icon": "images/webvalidator.png",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit cfab996

Please sign in to comment.