Skip to content

Releases: csstree/stylelint-validator

1.5.0

11 Jul 12:05
Compare
Choose a tag to compare

1.4.1

05 Jul 23:35
Compare
Choose a tag to compare
  • Fixed missed console.log() (#18)

1.4.0

03 Jul 22:04
Compare
Choose a tag to compare

1.3.0

30 May 12:45
Compare
Choose a tag to compare

1.2.2

19 Feb 17:24
Compare
Choose a tag to compare
  • Updated CSSTree to 1.0.0-alpha.28 (bug fixes)
  • Updated stylelint to >=7.0.0 <10.0.0 and make it a peer dependency

1.2.1

12 Nov 22:18
Compare
Choose a tag to compare
  • Updated CSSTree to 1.0.0-alpha.26 (improved parsing and bug fixes)

1.2.0

05 Sep 01:24
Compare
Choose a tag to compare
  • Bump CSSTree to 1.0.0-alpha21 (improved parsing and updated property grammars)

1.1.1

15 Feb 23:25
Compare
Choose a tag to compare
  • Ignore any declaration which property name looks using a preprocessor interpolation (e.g. smth-@{foo} or smth-#{$foo})
  • Ignore values with Sass interpolation (#7)

1.1.0

14 Feb 23:06
Compare
Choose a tag to compare
  • Ignore Less and Sass var declarations that treats as regular declarations by PostCSS (#4)
  • Implemented ignore option to define a list of property names that should be ignored by the validator. It may be used as a workaround to avoid warnings about syntax extensions (#5)

1.0.6

13 Feb 00:12
Compare
Choose a tag to compare
  • Bump CSSTree to 1.0.0-alpha16
  • Ignore values with Less and Sass extensions (#3)