Skip to content

Releases: alexilyaev/stylelint-find-rules

v2.1.0

22 Jul 15:01
Compare
Choose a tag to compare
  • Update: Use require.resolve() instead of string concatenation (closes #21)

v2.0.0

11 Dec 23:56
Compare
Choose a tag to compare
  • 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

20 Feb 23:45
Compare
Choose a tag to compare
  • 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

26 Dec 09:03
Compare
Choose a tag to compare
  • Chore: Dependencies version bump
  • Chore: Update ESLint/Stylelint rules

v1.0.3

20 Aug 10:31
Compare
Choose a tag to compare

Dummy version bump

v1.0.2

20 Aug 10:30
Compare
Choose a tag to compare
  • Docs: stylelint is spelled with a lower case s #11

v1.0.1

10 Aug 23:59
Compare
Choose a tag to compare
  • Chore: Update CLI examples
  • Chore: Updated screenshot

v1.0.0

11 Aug 00:01
Compare
Choose a tag to compare
  • 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

08 Aug 22:55
Compare
Choose a tag to compare
  • Follow through configs in extends and exclude their rules from the results (closes #7)
  • Improved error handling
  • Updated output colors
  • Updated example screenshot

v0.7.0

08 Aug 20:21
Compare
Choose a tag to compare

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