Skip to content

Latest commit

 

History

History
208 lines (110 loc) · 7.32 KB

CHANGELOG.md

File metadata and controls

208 lines (110 loc) · 7.32 KB

Changelog

v1.8.1

compare changes

Refactors

  • Improve display of linting errors (#60)

v1.8.0

compare changes

Features

  • Add support to globally configure shared options across all rules via the settings object (#56)

v1.7.0

compare changes

Features

  • New option preferSingleLine (#54)

v1.6.1

compare changes

Fixes

  • Group type never not working with expressions (#53)

v1.6.0

compare changes

Features

  • New rule no-duplicate-classes (#49)
    This rule will be enabled by default in v2.0.0. If you want to enable it now, please refer to the rule documentation.
    You can suggest additional rules in the discussions.

Refactors

v1.5.3

compare changes

Refactors

  • Insertion of unnecessary escape characters (#47)

v1.5.2

compare changes

Fixes

  • Remove unnecessary plugin import in shared config (#44)
  • Support svelte shorthand syntax (#43)

v1.5.1

compare changes

Fixes

  • Commonjs build (#39)

v1.5.0

compare changes

Features

  • Vue bound classes (#31)

Fixes

  • Change quotes in multiline arrays (#32)
  • Escape nested quotes (#33)
  • Allow call expressions as object values (#34)
  • Attributes are no longer case sensitive (#35)
  • Warn in html matchers (#36)
  • Don't treat escape characters as whitespace (6aa74f8)

Refactors

  • Simplify build system (#26, #29)

v1.4.0

compare changes

Features

  • Matchers (#28)

v1.3.2

compare changes

Fixes

  • Remove unnecessary newline after single sticky class (#23)
  • Prevent inserting new line if the first class is already too long (#24)

Tests

  • Simplify testing (#22)

v1.3.1

compare changes

Fixes

  • Accept tabs (#21)

v1.3.0

compare changes

Features

  • Add eslint 9 support (#19)

Chore

v1.2.5

compare changes

Performance

  • Cache tailwind config and context (#16)

Fixes

  • Resolving tailwind config (#15)

v1.2.4

compare changes

Fixes

  • Sticky expressions (#13)

v1.2.3

compare changes

Fixes

  • Remove unnecessary trailing spaces in multiline strings (#12)
  • False positives when using crlf (#11)

v1.2.2

compare changes

Fixes

  • False positives of unnecessary whitespace around template literal elements (#9)

v1.2.1

compare changes

Fixes

  • Don't wrap empty attributes (#8)

v1.2.0

compare changes

Features

  • Lint variables (#7)

Fixes

  • Apply nested regex only to container groups (#6)

v1.1.1

compare changes

Fixes

  • Invalid collapsing with template literal expressions (adfafbf)

v1.1.0

compare changes

Features

  • Collapse unnecessary newlines (#4)
  • Regex as callees (#3)