Skip to content

Releases: azat-io/eslint-plugin-perfectionist

v2.5.0

27 Nov 19:43
f894ad7
Compare
Choose a tag to compare

   🚀 Features

  • Add ignore-pattern option for sort-objects rule  -  by @azat-io (ac5b2)
    View changes on GitHub

v2.4.2

24 Nov 16:58
63cd88c
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.4.1

24 Nov 14:39
12eb15f
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.4.0

16 Nov 22:14
0597a12
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v2.3.0

11 Nov 23:26
75cd84f
Compare
Choose a tag to compare

   🚀 Features

  • Add max line length option for multiline imports sorting  -  by @tthornton3-chwy (4b813)
  • Add partition by new line option to sort-objects rule  -  by @azat-io (8654e)
  • Add partition by new line option to sort-interfaces rule  -  by @azat-io (48532)
  • Add partition by new line option to sort-object-typea rule  -  by @azat-io (563c8)
    View changes on GitHub

v2.2.0

13 Oct 15:28
471f080
Compare
Choose a tag to compare

   🚀 Features

  • Add ignore-alias option to sort-named-imports rule  -  by @azat-io (4ad56)

   🐞 Bug Fixes

  • Side-effect import with an internal pattern are defined as internal module in sort-imports rule  -  by @Wondermarin (b6f4e)
  • Improve recognition of external modules  -  by @azat-io (a22ea)
    View changes on GitHub

v2.1.0

12 Sep 12:52
c4a922c
Compare
Choose a tag to compare

   🚀 Features

  • Add static-private-method group for sort-classes rule  -  by @azat-io (37512)
  • Support bun builtin modules in sort-imports rule  -  by @azat-io (37bca)

   🐞 Bug Fixes

  • Allow internal imports starting with a hash character  -  by @azat-io (f35de)
    View changes on GitHub

v2.0.1

08 Sep 18:23
8020ba7
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Prefix-only builtin modules are defined as external modules in sort-imports rule  -  by @Wondermarin (92b72)
    View changes on GitHub

v2.0.0

06 Sep 11:33
d131f1b
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Rename sort-map-elements rule to sort-maps  -  by @azat-io (d3719)
  • Remove read-tsconfig option in sort-imports rule  -  by @azat-io (cccce)
  • Move callback, multiline and shorthand opts to groups in sort-jsx-props rule  -  by @azat-io (10d35)
  • Move from always-on-top option to groups in sort-objects rule  -  by @azat-io (0bbcb)

   🚀 Features

   🐞 Bug Fixes

  • Disable sorting enums with implicit values  -  by @azat-io (f4a0e)
  • Ignore string quotes in sort-array-includes rule  -  by @azat-io (ec2e2)
  • Handle more complex expressions in sort-objects  -  by @stovmascript (a7d96)
  • Set alphabetical sorting as default in sort-svelte-attributes rule  -  by @azat-io (b2244)
  • Fix sorting single line union type with comment at end  -  by @azat-io (95560)
  • Fix sorting class overloads  -  by @azat-io (c4939)
  • Fix loading default options for configs  -  by @azat-io (ef99f)
  • Disable sort-jsx-props for vue, astro and svelte files  -  by @azat-io (afb6e)
  • Improve determinition of static fields in sort-classes rule  -  by @azat-io (c00ac)
  • Prevent order changes when adding new elements in line-length sorting  -  by @azat-io (c0e2e)
    View changes on GitHub

v1.5.1

25 Jul 20:12
dbfd97b
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub