Skip to content

Releases: eslint-functional/eslint-plugin-functional

v6.6.3

11 Jul 09:53
Compare
Choose a tag to compare

6.6.3 (2024-07-11)

Bug Fixes

  • immutable-data: ignoreAccessorPattern can now handle NonNullExpressions and ChainExpressions (#849) (f6ff69b), closes #840

v6.6.2

11 Jul 07:47
Compare
Choose a tag to compare

6.6.2 (2024-07-11)

Bug Fixes

  • no-conditional-statements: allow continue and break statements with labels to be considered "returning" (#846) (969b77b)
  • no-expression-statements: arrow functions cannot be self returning (#847) (7217fa4)
  • no-promise-reject: new Promises and throw statements are now also checked (#848) (fbe27ad)

v6.6.1

06 Jul 02:19
Compare
Choose a tag to compare

6.6.1 (2024-07-06)

v6.6.0

19 Jun 10:56
Compare
Choose a tag to compare

6.6.0 (2024-06-19)

Features

  • prefer-immutable-types: allow for changing suggestion messages (#828) (822cc33)

v6.5.2

19 Jun 08:58
Compare
Choose a tag to compare

6.5.2 (2024-06-19)

v6.5.1

15 Apr 08:15
Compare
Choose a tag to compare

6.5.1 (2024-04-15)

Bug Fixes

  • prefer-tacit: don't check member functions by default (#808) (4e6c3a9), closes #805

v6.5.0

15 Apr 05:11
Compare
Choose a tag to compare

6.5.0 (2024-04-15)

Features

v6.4.1

14 Apr 05:46
Compare
Choose a tag to compare

6.4.1 (2024-04-14)

Bug Fixes

  • prefer-tacit: handling functions that don't map to directly to an eslint node (#802) (423e249)

v6.4.0

01 Apr 02:27
Compare
Choose a tag to compare

6.4.0 (2024-04-01)

Bug Fixes

  • type-declaration-immutability: replace fixer with suggestions for recommended and lite configs (ae62abb)

Features

  • type-declaration-immutability: add support for in-editor suggestions (7a0a790), closes #797

v6.3.2

01 Apr 01:56
Compare
Choose a tag to compare

6.3.2 (2024-04-01)

Bug Fixes

  • readonly-type: empty object types should not trigger reports (fc6a394), closes #796