Changelog
v1.9.0
August 18, 2016
Fixes
single-lint-per-selector
where inline comments were seen as selectors #789bem-depth
rule #782no-mergeable-selectors
to helper methodsDocumentation
New Rules
no-color-hex
rule to disallow all hexadecimal colour definitions #754Updates
Changelog
v1.8.2
June 23, 2016
Unfortunately it seems a reversion snuck into gonzales-pe's latest version so we're pinning it back where it was until it's fixed. Sorry..
Changelog
v1.8.1
June 23, 2016
Parser patching
Gonzales-pe had a few important updates so we chose to do a patch release to make sure everyone gets to benefit from less parse errors as soon as possible!
Fixes
shorthand-values
where values within parenthesis would be ignored #748property-units
#740Updates
Changelog
v1.8.0
June 17, 2016
We're gonna need a bigger boat
Indentation
A lot of work on the indentation rule is present in 1.8 including the following:
.sass
support is now included (Could be a little buggy due to some discrepancies in the AST) #611Fixes
shorthand-values
rule #669pseudo-element
rule #682no-empty-rulesets
rule #684no-trailing-zero
rule #685no-misspelled-properties
#352no-misspelled-properties
#679no-mergeable-selectors
#703!important
flag raising a lint warning within the variable-for-property
rule #714no-color-keywords
rule #717pseudo-element
rule #671Changes
ignore-non-standard
option to the no-vendor-prefixes
rule. This allows you to blanket ignore the vendor prefixes on any non standard properties #702url-quotes
rule now highlights the beginning of the detect rather than the end #712New Rules
pseudo-element
rule to enforce the use of single colons in pseudo classes and double colons in pseudo elements. #662no-universal-selectors
rule to warn against the use of universal selectors (*) #694no-attribute-selectors
rule to warn against the use of attribute selectors #694no-combinators
rule to warn against the use of combinators #694attribute-quotes
rule to enforce the use of the use of quotes in attribute values #707no-disallowed-properties
rule to warn against the use of certain properties. #546Changelog
v1.7.0
April 27, 2016
You wait months for one release and then four come along in a week!
Fixes
.sass
syntax #627 & #630.placeholder-name-format
generating warnings on variables used as placeholder names.empty-args
rule being wrongly labeled as no-empty-args
in lint warnings/errors #625no-color-literals
incorrectly flagging variable names and map identifiers that shared their names with color literals #538Changes
no-color-literals
now includes two extra options allow-map-identifiers
and allow-variable-identifiers
which allow you to fine tune your use of color literals in map identifiers/variables on top of the existing functionality see the docsgonzales-pe-sl
v3.2.8Changelog
v1.6.0
April 21, 2016
The long lost 1.6 update
WARNING
Changes
No breaking changes in the sense that all the rules are the same and pass the same tests or more BUT many did involve a complete re write.
CLI
New Rules
no-trailing-whitespace
rule added #605Fixes
!global
flag #56-
within a class name will no longer return a parse error #229A big thank you to everyone who reported issues or contributed to the discussion around issues and also for everyone bearing with us while we go this monster update ready for you.
Changelog
v1.5.0
January 28, 2016
New year blues
Changes
Fatal
lint errors this prevents un-handled errors breaking builds #459CLI
--no-exit
flag a error code of 1 will be output #221Fixes