Skip to content

v5.0.0

Compare
Choose a tag to compare
@gajus gajus released this 15 May 23:45
· 63 commits to master since this release

5.0.0 (2020-05-15)

Bug Fixes

  • replace annotations when they already exist (353dce4)
  • styles (fc5563d)
  • Use .range instead of .start & .end on node & token (93374cd)

Features

  • remove non-natural, case-sensitive sorting (46c8b4a)
  • Support ESLint 7.x (9adfc6f)

BREAKING CHANGES

    • Breaks compatibility with eslint sorting rule. In practise, there is never a case when someone would want to use the other options, though.
  • Requires Node@^10.12.x || 12.x
  • Requires ESLint@^7.x