Skip to content

Releases: lesshint/lesshint

2.0.3

08 Feb 09:41
Compare
Choose a tag to compare
  • Fixed an issue where importPath wouldn't handle Less import options. (dc099ee)
  • Fixed two issues where urlFormat and urlQuotes wouldn't report multiple URLs in the same declaration. (ec5bd4a)
  • Updated gulp-mocha to 3.x. (28c80b8)

2.0.2

08 Feb 09:41
v2.0.2
92d1e36
Compare
Choose a tag to compare
  • Fixed an issue where the wrong line was reported in decimalZero. (e0c8e94)
  • Removed unnecessary gulp-debug-finder dependency. (967968b)
  • Bumped postcss-values-parser to 0.1.7 and added tests for a bug fixed there. (22e11eb)
  • Fixed some broken tests. (44b542f)

2.0.1

08 Feb 09:41
49f0f9d
Compare
Choose a tag to compare
  • Fixed an issue where finalNewline and trailingWhitespace weren't called. (6386b4c)

2.0.0

08 Feb 09:41
d7ac756
Compare
Choose a tag to compare
  • Added the possibility to use custom linters. (97e7268)
  • Added a allowNewline option to spaceAroundComma. (1cb009a)
  • Made a small behavioral change in decimalZero where it now only checks if there's always/never a leading/trailing decimal number.
    (95e8037)
  • Fixed an issue where qualifyingElement would report &.classname. (af37172)
  • Fixed an issue where spaceBetweenParens would fail on mulitiline definitions. (846ebb0)
  • Fixed an issue where decimalZero would erroneously report whole numbers when style was none.
    (b46be32)
  • Fixed a ton of other bugs found after the parser back-end switch. (Full diff from 2.0.0-rc1)

2.0.0-rc

08 Feb 09:40
Compare
Choose a tag to compare
  • Completely new parser back-end, using PostCSS. Please report any issues! (1894408)
  • Removed support for old reporter style. (49a2dba)
  • Added a Lesshint.getReporter() method for loading of reporters using lesshint's logic. (6fc0041)
  • Fixed an issue where paths would sometimes include double slashes. (0a197db)

1.5.2

08 Feb 09:40
Compare
Choose a tag to compare
  • Changed gonzales-pe full URL to GitHub pattern. (e83e665)

1.5.1

08 Feb 09:40
Compare
Choose a tag to compare
  • Fixed an issue where zeroUnit would crash in certain cases. (34606cc)

1.5.0

08 Feb 09:39
Compare
Choose a tag to compare
  • Added a at_least_one_space value for the style option in spaceAfterPropertyColon. (5e9fd1e)
  • Added units and exclude options to zeroUnit. (728f37a)
  • Fixed an issue where decimalZero wouldn't check all numbers. (661cc57)
  • Fixed an issue where zeroUnit would erroneously report properties without units. (728f37a)

1.4.0

08 Feb 09:39
Compare
Choose a tag to compare
  • Added the following linters:
  • Added support for configuration using inline comments. (cf757cd)
  • Added a 18f option to singleLinePerSelector. (2f65c31)
  • Fixed an issue where singleLinePerProperty would erroneously report mixins without semicolons. (ef97361)
  • Fixed an issue where spaceAroundOperator would erroneously report negative numbers. (2569d73)
  • Fixed an issue where trailingWhitespace would output errors when checking empty files. (26ba39b)
  • Fixed an issue where importPath would erroneously report files with different file extensions than .less. (b7610dd)
  • Fixed an issue where singleLinePerSelector would erroneously report selectors with the comma on a new line. (637ff49)
  • Fixed an issue where finalNewline would sometimes report the wrong line. (12981cd)
  • Updated ESLint to 2.x (4c14d3a)

1.3.1

08 Feb 09:39
Compare
Choose a tag to compare
  • Fixed an issue where spaceAroundOperator would erroneously try to check negative values. (fe37b21)
  • Fixed an issue where spaceAroundOperator would erroneously report font-size/line-height shorthand declarations. (4819346)