Skip to content

Releases: csstree/validator

1.3.0

12 Nov 22:02
Compare
Choose a tag to compare

1.2.1

14 Sep 20:43
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha24 (minor bug fixes)

1.2.0

05 Sep 00:38
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha21
  • Use tolerant mode to parse a CSS. Since now a aingle parse error doesn't prevent from validation of a whole CSS.

1.1.0

28 Aug 17:07
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha20
  • Changed validate function to always contain a list of errors (no single error on parse error)
  • Added validateDictionary() that validate a dictionary, where key is a filename and value is a CSS as string
  • Changed validateFile(), validatePath() and validatePathList() to handle possible file system exceptions (such errors will be stored as regular errors)
  • Added second argument for validatePath() and validatePathList() to rule which file should be validated. Functions validate files with .css extension only, when second parameter is not passed.
  • Fixed minor issues in reporters output

1.0.8

19 Jan 21:44
Compare
Choose a tag to compare
  • Added loc to mismatch errors when possible
  • Fixed wrong source in node loc
  • Updated csstree to 1.0.0-alpha13

1.0.7

19 Jan 18:01
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha12

1.0.6

23 Dec 11:32
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha9

1.0.5

03 Nov 10:32
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha8

1.0.4

08 Oct 21:33
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha7

1.0.3

23 Sep 08:58
Compare
Choose a tag to compare
  • Updated csstree to 1.0.0-alpha6 (it was not updated by mistake)