Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 17:22
· 123 commits to main since this release
3092d91

2.0.0 (2022-01-08)

Bug Fixes

  • Fix sort group schema validation error (fd99318)

Features

  • Remove sort group separator (58db371)
  • Rename options (4923645)
  • Report a single error and fix for destructuring properties rule (9cee6d6)
  • Report a single error and fix for import members rule (2b21c44)
  • Report a single error for each node group when sorting object properties (ab779fa)
  • Report a single error when sorting imports (0e3a7bb)

BREAKING CHANGES

  • The import sort group separator has been removed with no replacement.
  • Renamed imported-variables to import-members and renamed destructured-properties to destructuring-properties