Skip to content

Releases: mskelton/eslint-plugin-sort

v2.6.0

11 Mar 05:17
e5a3793
Compare
Choose a tag to compare

2.6.0 (2023-03-11)

Features

  • Convert project to ESM. This should not impact the plugin. (e5a3793)

v2.5.0

11 Mar 05:02
4fb9333
Compare
Choose a tag to compare

2.5.0 (2023-03-11)

Bug Fixes

Features

  • case sensitivity and natural order options for all relevant rules (e514658)
  • case sensitivity and natural order options for object properties (9999dda)

v2.4.0

19 Jan 17:07
6591eaf
Compare
Choose a tag to compare

2.4.0 (2022-01-19)

Features

  • Add groups option to exports rule for advanced sort control (73ef625)

v2.3.1

10 Jan 00:30
53b98fe
Compare
Choose a tag to compare

2.3.1 (2022-01-10)

Bug Fixes

  • Attach error to first unsorted node (53b98fe)

v2.3.0

09 Jan 03:09
0529b77
Compare
Choose a tag to compare

2.3.0 (2022-01-09)

Features

  • Add sort/export-members rule! (4304ed8)
  • Add sort/exports and sort/export-members to the recommended config (0529b77)
  • Add sort/exports rule! (eebefa9)

v2.2.1

09 Jan 02:18
cc9e677
Compare
Choose a tag to compare

2.2.1 (2022-01-09)

Bug Fixes

  • Sort nested type properties (cc9e677), closes #21

v2.2.0

09 Jan 00:37
0af61b0
Compare
Choose a tag to compare

2.2.0 (2022-01-09)

Features

  • Add type-properties sort rule to sort TypeScript properties! (d087363)

v2.1.0

09 Jan 00:33
f7a24d0
Compare
Choose a tag to compare

2.1.0 (2022-01-09)

Features

v2.0.0

08 Jan 17:22
3092d91
Compare
Choose a tag to compare

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

v1.5.0

09 Jul 03:26
8aea136
Compare
Choose a tag to compare

1.5.0 (2020-07-09)

Features

  • remove sort group separator by default (8aea136)