Stylelint Validator Versions Save

Stylelint plugin to validate CSS syntax

v3.0.0

11 months ago
  • Added support for stylelint 15 (#53)
  • Dropped support for Node.js below 14.13

v2.1.0

1 year ago
  • Bumped css-tree to ^2.3.1 (#47, #48)
  • Extended ignoreAtrules and ignoreProperties options to accept RegExp patterns (#19, #45)
  • Fixed Sass's @else at-rule to allow have no a prelude (#46)
  • Changed at-rule prelude validation to emit no warnings when a prelude contains Sass/Less syntax extensions (#44)

v2.0.0

2 years ago
  • 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
  • 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
  • Renamed ignore option into ignoreProperties to be more clear what is ignoring; ignore option is still work but cause to a deprecation warning
  • Fixed ignoreValue option 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.0 and >=15.0.0
    • Converted to ES modules. However, CommonJS is supported as well (dual module)
    • Bumped css-tree to 2.0 and latest mdn-data dictionaries

v1.9.0

3 years ago
  • Bumped CSSTree to ^1.0.0 (mdn-data is bumped to 2.0.12)
  • Added properties and types options to extend syntax dictionary
  • Added ignoreValue option (#14)

v1.8.0

4 years ago
  • Added support for stylelint 13 (#25, thanks to @limonte)

v1.7.0

4 years ago
  • Added support for stylelint 12 (#24, #23, thanks to @limonte & @gforcada)
  • Bumped CSSTree to 1.0.0-alpha.38 (mdn-data is bumped to 2.0.6)

v1.6.1

4 years ago
  • Fixed regression after CSSTree bump to 1.0.0-alpha.34

v1.6.0

4 years ago
  • Added support for stylelint 11 (#21, thanks to @ntwb)
  • Bumped CSSTree to 1.0.0-alpha.34

v1.5.2

4 years ago

v1.5.1

4 years ago