Skip to content

Releases: eslint-functional/eslint-plugin-functional

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

v6.3.1

01 Apr 01:38
Compare
Choose a tag to compare

6.3.1 (2024-04-01)

Bug Fixes

  • improve types for flat configs (68e6450)

v6.3.0

25 Mar 10:08
Compare
Choose a tag to compare

6.3.0 (2024-03-25)

Features

  • immutable-data: add option for ignoreNonConstDeclarations to treatParametersAsConst (#794) (059591a), closes #724

v6.2.3

25 Mar 07:20
Compare
Choose a tag to compare

6.2.3 (2024-03-25)

Bug Fixes

  • no-mixed-types: handle more than just property signatures, check the type of type references (#793) (55bd794), closes #734

v6.2.2

25 Mar 05:32
Compare
Choose a tag to compare

6.2.2 (2024-03-25)

Bug Fixes

  • immutable-data: ignore casting when evaluating the expressions (#792) (50e789a), closes #790

v6.2.1

24 Mar 19:38
Compare
Choose a tag to compare

6.2.1 (2024-03-24)

Bug Fixes

v6.2.0

22 Mar 11:25
Compare
Choose a tag to compare

6.2.0 (2024-03-22)

Bug Fixes

  • type-declaration-immutability: some (hopefully all) maximum call stack size exceeded errors (61c561c), closes #767

Features

v6.1.1

11 Mar 00:50
Compare
Choose a tag to compare

6.1.1 (2024-03-11)

Bug Fixes

  • immutable-data: handle immediate mutation of arrays generated from strings (b003d1c), closes #759