Releases: csstree/stylelint-validator
Releases · csstree/stylelint-validator
3.0.0
2.1.0
2.0.0 – At-rule validation, ignore options and Sass/Less improvements, ESM support
- Added
syntaxExtensionsoption to specify syntax extensions, i.e.sassor/andless. For now the plugin validates CSS only by default - Added at-rule validation for name, prelude and descriptors
- Added
atrulesoption to extend or alter at-rule syntax definition dictionary or disable at-rule validation whenfalseis passed as a value for the option - Added
ignoreAtrulesoption to specify at-rule names which should not be validated - Used
isStandardSyntax*()helpers fromstylelintto 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
- Renamed
ignoreoption intoignorePropertiesto be more clear what is ignoring;ignoreoption is still work but cause to a deprecation warning - Fixed
ignoreValueoption to apply for parse errors either (#43) - Fixed failure on a declaration with a Less variable reference, i.e. ignore such declarations for now
- Stylelint 14.0 support
- Package
- Changed supported versions of Node.js to
^12.20.0,^14.13.0and>=15.0.0 - Converted to ES modules. However, CommonJS is supported as well (dual module)
- Bumped
css-treeto2.0and latestmdn-datadictionaries
- Changed supported versions of Node.js to
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.2
- Bumped CSSTree to 1.0.0-alpha.33
1.5.1
- Bumped CSSTree to 1.0.0-alpha.32