Releases: alexilyaev/stylelint-find-rules
Releases · alexilyaev/stylelint-find-rules
Release list
v2.1.0
v2.0.0
- Breaking: Minimal supported stylelint version is now 8.3.0
- Fix: Support extends of extends (closes #9)
- Chore: Added more configs that extend other configs for testing
v1.1.1
- Chore: Dependencies version bump
- Docs: Update README note about --config passed to cosmiconfig
- Chore: Add lint-staged-stash/unstash to prevent committing unstaged stuff on precommit
Dev Stuff
- Chore: Add eslint-plugin-lodash
- Chore: Add eslint-plugin-jest
v1.1.0
- Chore: Dependencies version bump
- Chore: Update ESLint/Stylelint rules
v1.0.3
v1.0.2
- Docs: stylelint is spelled with a lower case
s#11
v1.0.1
- Chore: Update CLI examples
- Chore: Updated screenshot
v1.0.0
- New: Added CLI flags
- --unused, --deprecated, --invalid, --current, --available, and documented --config under --help
- Show Invalid, Deprecated and Unused rules by default, allow to disable with flags
- Nicer CLI colors
- Improved CLI messages
- Fix: False-positive that made max-nesting-depth shown as deprecated
- Chore: Elaborated on how to run in development
v0.8.0
- Follow through configs in
extendsand exclude their rules from the results (closes #7) - Improved error handling
- Updated output colors
- Updated example screenshot
v0.7.0
General
- Added example output screenshot
- Now the output is pretty colored
- Show error if Stylelint config not found; update readme to note --config support (fixes #8)
Dev
- Added ESLint, now running eslint --fix and prettier on pre-commit