- Set peerDependency as an individual package.json property for installation
- Add stylelint-scss configuration as a new package on top the stylelint configuration
- No breaking changes, prepared the repository for multiple package usage
- Bump version for stylelint v11
- Drop support for Stylelint 8
- Pseudo elements should be targetted with a double colon
- Bump minimum stylelint dependency to version 8
- Removed
selector-no-id
rule since it's deprecated in Stylelint 8
- Removed
no-browser-hacks
rule since it's deprecated in Stylelint 8 - Added Stylelint >= 7.8.0 as peer dependency
- Updated dependencies
- Prepare for stylelint 8.0 and fix the deprecation warnings.
- Always use single quotes instead of double quotes.
- Update handling of value-list new lines and spacing.
- Set browserhacks to true
- [FIX] Module exports should be wrapped in rules
- NPM Publishing fixes
- Initial release