- [fix] config validation is now performed correctly #32
- [maintenance] update dependency postcss-resolve-nested-selector
- [BREAKING] drop support for node < 18.12.0
- [BREAKING] drop support for stylelint < 14
- [feat] add support for stylelint 16
- [BREAKING] drop support for node < 16
- [fix] avoid conflicts with some pseudo-classes and improvements for attribute and nested selectors (#26)
- [maintenance] update dependencies
- [feature] add support for stylelint 15.x
- [BREAKING] drop support for node < 14
- [maintenance] update dependencies
- [BREAKING] drop support for node < 12
- [feature] add support for stylelint 14.x
- [docs] GitHub organization name change
- [chore] repo url change
- [maintenance] update dependencies
- [feature] add support for stylelint 13.x
- [maintenance] update dependencies
- [feature] add support for stylelint 12.x
- [feature] add support for stylelint 11.x
- [Breaking] drop node 6 support
- [maintenance] update dependencies
- [fix] allow scss placeholders
- [maintenance] update dependencies
- [feature] #10 add support for multiple namespaces
- [maintenance] update dependencies
- [maintenance] BREAKING: drop node 4 support
- [maintenance] update dependencies
- [feature] BREAKING: add rule to disallow hyphens at start and end of block parts
- [feature] add possibility to disable prefixes by configuration
- [maintenance] update dependencies
- [maintenance] update dependencies
- [maintenance] update dependencies
- [maintanance] add node 8 ci tests
- [docs] example fix
- [feature] add possiblilty to overwrite default patternPrefixes and patternHelpers (#1)
- [maintenance] update dependencies
- update dependencies
- add appveyor
- Fix
Rule expected but "&" found
when using & inside a sass mixin
- drop node 0.12 support
- use namics code style
- forbid placing modifiers in front of elements
- allow to use multiple elements e.g. [prefix]-[block]_[element]_[element]
- allow less mixins with props
- Add Tests for missing blocks
- More useful error messages
- Remove
js
prefix - Support less-mixins
- Initial Version