Navigation Menu

Skip to content

Releases: lesshint/lesshint

6.3.7

19 Jun 19:41
v6.3.7
Compare
Choose a tag to compare
  • Fixed an issue where spaceAfterPropertyColon would erroneously check &:extend() syntax. (8459b37)
  • Updated to globby@9. (3b4c989)
  • Updated to strip-json-comments@3. (6fd5df4)
  • Updated to nyc@14. (aa58522)

6.3.1

24 Jan 17:42
v6.3.1
Compare
Choose a tag to compare
  • Fixed an issue where newlineAfterBlock wouldn't work properly with mixins. (599af9a)
  • Performed some code clean up. (d46bf4e)
  • Updated to sinon@7. (5b53193)

6.3.0

29 Dec 14:30
v6.3.0
Compare
Choose a tag to compare
  • Added a new nodeToString util. (6e66d02)
  • Refactored position reporting in attributeQuotes. (7a4b6f7)
  • Refactored position reporting in spaceAfterPropertyColon. (121eb7b)
  • Refactored position reporting in spaceAroundComma. (3473b03)
  • Refactored position reporting in spaceBetweenParens. (bddec6d)

6.2.0

26 Dec 21:25
v6.2.0
Compare
Choose a tag to compare
  • Updated postcss-selector-parser to 5.x. (330c7ad)

6.1.0

26 Dec 21:21
v6.1.0
Compare
Choose a tag to compare
  • Added an avoidEscape option to stringQuotes. (96b3ce4)
  • Fixed an issue where hasQuotes wouldn't check the whole string for quotes. (9cadda2)
  • Fixed an issue where newlineAfterBlock would erroneously report blocks with multiple preceding single-line comments. (dd4977d)
  • Fixed an issue where singleLinePerProperty would erroneously report blocks with preceding single-line comments. (873e128)

6.0.0

19 Dec 18:09
v6.0.0
Compare
Choose a tag to compare
  • Breaking Updated postcss-less to 3.x. If you're using custom linters this update might affect you. (5588aaf)
  • Updated isVariable to also check AtRule nodes. (d7f8ffd)
  • Switched from gulp to npm scripts for testing etc. (f8fc7db)

5.3.1

19 Dec 18:02
v5.3.1
da3da6b
Compare
Choose a tag to compare
  • Fixed an issue with concentric ordering and unknown properties in propertyOrdering. (11f6195)

5.3.0

19 Dec 18:01
v5.3.0
Compare
Choose a tag to compare
  • Added a pseudoElements rule. (e4b1717)

5.2.1

19 Dec 18:01
v5.2.1
Compare
Choose a tag to compare
  • Messages from propertyOrdering now include the offending property name. (23d1324)
  • CI tests are now run on Node 11. (d4d37a4)

5.2.0

19 Dec 18:00
v5.2.0
Compare
Choose a tag to compare
  • Added a concentric option to propertyOrdering. (4de2d06)
  • Updated postcss to 7.x. (7b0b5bc)
  • Updated postcss-less to 2.x. (4ba534f)
  • Updated postcss-values-parser to 2.x. (26060cf)