Skip to content

Releases: lesshint/lesshint

5.1.0

06 May 15:46
v5.1.0
Compare
Choose a tag to compare
  • More configuration file formats are now supported. See docs for more info. (32f6771)
  • Replaced lodash.sortBy() with lodash.orderBy(). (5c15a59)
  • Removed minimatch since it's no longer in use. (d13c0b4)
  • Updated postcss-selector-parser to 4.x. (149829a)

5.0.3

06 May 15:44
v5.0.3
Compare
Choose a tag to compare
  • Fixed a globby@8 directory expansion regression. (a100a54)
  • CI tests are now run on Node 10. (cadd6da)

5.0.2

23 Apr 18:10
v5.0.2
Compare
Choose a tag to compare
  • zeroUnit will now exclude flex-grow and flex-shrink. (920900c)

4.6.2

14 Dec 19:00
v4.6.2
Compare
Choose a tag to compare
  • The full file path will now be passed to postcss so it'll be available on all AST nodes. (3d409fc)

4.6.1

12 Dec 20:13
v4.6.1
Compare
Choose a tag to compare
  • Fixed an issue where idSelector would sometimes report the incorrect position. (8f12cb1)
  • Fixed an issue with enabling all comments with inline configuration comments. (8840589)

4.6.0

11 Dec 19:27
v4.6.0
Compare
Choose a tag to compare
  • Improved the inline configuration comments. Read more about it in the docs. (4c546bc)
  • Added an allowedValues option to variableValue (dbceb6d)

4.5.0

27 Nov 19:48
v4.5.0
Compare
Choose a tag to compare
  • Added a Lesshint.checkFiles() method. This is a more general-purpose method working on globs instead of directories/file names. (dc939cd)
  • Deprecated the following methods: (dc939cd)
    • Lesshint.checkDirectory()
    • Lesshint.checkFile()
    • Lesshint.checkPath()
  • The CLI will now also utilize the Lesshint.checkFiles() method. (dc939cd)

4.4.0

10 Nov 22:14
v4.4.0
Compare
Choose a tag to compare
  • Added a spaceAroundBang linter. (b459b8b)
  • CI tests are run on Node 9. (7f8e58a)

4.3.0

10 Nov 22:08
v4.3.0
Compare
Choose a tag to compare
  • Updated postcss-values-parser to 1.3.0. (218ca20)
  • Added a hasQuotes util. (86feef6)
  • Replaced some instances of string concatenation with template strings. (73fd66e)

4.2.0

24 Oct 17:57
v4.2.0
Compare
Choose a tag to compare
  • Updated postcss-selector-parser to 3.0.0. (6fac21a)
  • The parseSelector util can also accept PostCSS Rule nodes which gives better errors. (6fac21a)
  • Updated sinon to 4.0.0.
    (82ee2aa)