mirror of
https://github.com/thangisme/notes.git
synced 2026-05-01 18:00:31 -04:00
4.3 KiB
4.3 KiB
1.4.3
- Fixed:
at-mixin-no-argumentless-call-parenthesesmessages
1.4.2:
- Fixed: false positives in inline comment detecting by
findCommentsInRawsif a comment is the first/last in a file/line - Fixed:
findCommentsInRawserror in function detection
1.4.1
- Fixed: mixed import names for
at-else-closing-brace-space-afterandat-else-empty-line-beforerules. - Fixed: false positives for nested props rules (
:not()-like selectors, strings, numbers).
1.4.0
- Added:
at-else-closing-brace-newline-afterrule. - Added:
at-else-closing-brace-space-afterrule. - Added:
at-if-closing-brace-newline-afterrule. - Added:
at-if-closing-brace-space-afterrule. - Added:
at-else-empty-line-beforerule. - Added:
declaration-nested-propertiesrule. - Added:
declaration-nested-properties-no-divided-groupsrule. - Added:
dollar-variable-empty-line-beforerule. - Added:
ignore: "local"|"global"to thedollar-variable-patternrule. - Added:
docsfolder tonpmpackage. - Removed:
srcfolder fromnpmpackage. - Removed: NodeJS 0.12.x support, stylelint-scss now requires NodeJS > 4.2.1 LTS or greater
1.3.4
- Fixed: parsing
-and+at the operation start inoperator-rules. - Fixed:
findCommentsInRawsfalse positives on comments inside strings (applicable to rulesdouble-slash-comment-inline,double-slash-comment-whitespace-inside,operator-no-unspaced).
1.3.3
- Fixed: parsing
%character byoperator-rules. - Fixed: false positives on
operator-rules.
1.3.2
- Fixed:
findCommentsInRawsfail on parsing selectors likep:not(.not-p)(applicable to rulesdouble-slash-comment-inline,double-slash-comment-whitespace-inside,operator-no-unspaced). - Fixed: 'double-slash-comment-whitespace-inside' false positives on empty comments (e.g.
//). - Fixed:
findCommentsInRawsgiving wrong column number (applicable to rulesdouble-slash-comment-inline,double-slash-comment-whitespace-inside,operator-no-unspaced).
1.3.1
- Fixed:
findCommentsInRawsfor multiline CSS comments and text for //-comments (double-slash-comment-rules andoperator-no-unspacedrule).
1.3.0
- Added:
at-mixin-argumentless-call-parenthesesrule (with "always"/"never" behavior as a replacement forat-mixin-no-argumentless-call-parentheses). - Added:
dollar-variable-colon-newline-afterrule. - Added:
dollar-variable-colon-space-afterrule. - Added:
dollar-variable-colon-space-beforerule. - Added:
double-slash-comment-empty-line-beforerule. - Added:
double-slash-comment-inlinerule. - Added:
double-slash-comment-whitespace-insiderule. - Added:
operator-no-newline-afterrule. - Added:
operator-no-newline-beforerule. - Added:
operator-no-unspacedrule. - Deprecated:
at-mixin-no-argumentless-call-parentheses. - Fixed:
partial-no-importfailing when linting a code string (not in an actual file, e.g. via stylelilnt Node API). - Updated stylelint dependency to version 7.
1.2.1
- Fixed:
at-function-pattern,at-mixin-patternfailing if there are parens inside a parameters list.
1.2.0
- Added:
partial-no-importrule. - Added:
media-feature-value-dollar-variablerule. - Added:
at-import-partial-extension-blacklistrule. - Added:
at-import-partial-extension-whitelistrule. - Deprecated:
at-import-no-partial-extensionrule. - Fixed:
dollar-variable-no-missing-interpolationwas throwing an error on older Node.js versions.
1.1.1
- Fixed: newlines inside braces in
at-function-pattern,at-mixin-pattern. - Fixed: false positives and false negatives in
selector-no-redundant-nesting-selector.
1.1.0
- Added:
at-mixin-no-argumentless-call-parenthesesrule. - Added:
at-import-no-partial-leading-underscorerule. - Added:
at-import-no-partial-extensionrule. - Added:
percent-placeholder-patternrule. - Fixed:
selector-no-redundant-nesting-selectorno longer warns about BEM syntax. - Fixed: bug causing rules to ignore severity levels
warning/errorand reportignoreinstead.
1.0.0
- Added:
at-extend-no-missing-placeholderrule. - Added:
at-function-patternrule. - Added:
at-mixin-patternrule. - Added:
dollar-variable-no-missing-interpolationrule. - Added:
dollar-variable-patternrule. - Added:
selector-no-redundant-nesting-selectorrule.