Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 14, 2021
1 parent 4dbc30c commit 7897344
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## next
## 2.0.0 (December 14, 2021)

- Added `syntaxExtensions` option to specify syntax extensions, i.e. `sass` or/and `less`. For now **the plugin validates CSS only by default**
- Added at-rule validation for name, prelude and descriptors
- Added `atrules` option to extend or alter at-rule syntax definition dictionary or disable at-rule validation when `false` is passed as a value for the option
- Added `ignoreAtrules` option to specify at-rule names which should not be validated
- Added `syntaxExtensions` option to specify syntax extensions, i.e. `sass` or/and `less`
- Used `isStandardSyntax*()` helpers from `stylelint` to reduce failures for non-standard syntax (e.g. Less or Sass)
- Added support for Less & Sass namespaces, a value with such constructions are ignored now instead of failure (#39)
- Added a column to mismatch error details
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-csstree-validator",
"version": "1.9.0",
"version": "2.0.0",
"description": "Stylelint plugin to validate CSS syntax",
"repository": "csstree/stylelint-validator",
"author": "Roman Dvornov <[email protected]>",
Expand Down

0 comments on commit 7897344

Please sign in to comment.