Skip to content

Releases: stylelint/stylelint

0.6.0

31 Jul 13:02
Compare
Choose a tag to compare
  • Added: validateOptions to stylelint.utils for use by authors of custom rules.
  • Added: custom-media-pattern rule.
  • Added: number-max-precision rule.

0.5.0

30 Jul 14:40
Compare
Choose a tag to compare
  • Added: validation of all rule options.

0.4.1

24 Jul 18:31
Compare
Choose a tag to compare
  • Removed: ruleTester from stylelint.utils because of the additional dependencies it forces.

0.4.0

24 Jul 13:27
Compare
Choose a tag to compare
  • Added: rule-no-shorthand-property-overrides rule.
  • Added: ruleTester to stylelint.utils for use by authors of custom rules.
  • Removed: jsesc devDependency.

0.3.2

23 Jul 21:47
Compare
Choose a tag to compare
  • Fixed: hierarchicalSelectors bug in indentation rule.

0.3.1

23 Jul 14:09
Compare
Choose a tag to compare
  • Fixed: ~= is no longer mistaken for combinator in selector-combinator-space-*.

0.3.0

22 Jul 13:32
Compare
Choose a tag to compare
  • Added: exposure of report, ruleMessages, and styleSearch in stylelint.utils for use by external plugin rules.
  • Added: plugin rule support.
  • Added: hierarchicalSelectors option to indentation rule.
  • Added: nesting-block-opening-brace-space-before rule.
  • Added: nesting-block-opening-brace-newline-before rule.
  • Fixed: the color-hex-case rule message is now consistent with the color-hex-length rule.
  • Fixed: the property-blacklist rule message is now consistent with the property-whitelist rule.
  • Fixed: a typo in the comment-space-inside rule message.

0.2.0

17 Jul 16:23
Compare
Choose a tag to compare
  • Added: color-hex-case rule.
  • Added: color-hex-length rule.
  • Fixed: Formalized selector-indentation-checking within the indentation rule.
  • Fixed: Allow for arbitrary whitespace after the newline in the selector-list-comma-newline-* rules.
  • Fixed: selector-combinator-space-* no longer checks :nth-child() arguments.

0.1.2

15 Jul 08:56
Compare
Choose a tag to compare
  • Fixed: nesting support for the block-opening-brace-newline-before rule.
  • Fixed: nesting support for the block-opening-brace-space-before rule.
  • Fixed: nesting support for the rule-trailing-semicolon rule.

0.1.1

12 Jul 23:13
Compare
Choose a tag to compare
  • Fixed: nesting support of rule-no-duplicate-properties rule.
  • Fixed: nesting support of rule-properties-order rule.
  • Fixed: whitespace rules accommodate Windows CR-LF line endings.