Releases: eslint-functional/eslint-plugin-functional
Releases · eslint-functional/eslint-plugin-functional
v6.4.1
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
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
6.3.2 (2024-04-01)
Bug Fixes
- readonly-type: empty object types should not trigger reports (fc6a394), closes #796
v6.3.1
6.3.1 (2024-04-01)
Bug Fixes
- improve types for flat configs (68e6450)
v6.3.0
6.3.0 (2024-03-25)
Features
- immutable-data: add option for
ignoreNonConstDeclarations
to treatParametersAsConst
(#794) (059591a), closes #724
v6.2.3
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
6.2.2 (2024-03-25)
Bug Fixes
- immutable-data: ignore casting when evaluating the expressions (#792) (50e789a), closes #790
v6.2.1
6.2.1 (2024-03-24)
Bug Fixes
v6.2.0
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
6.1.1 (2024-03-11)
Bug Fixes
- immutable-data: handle immediate mutation of arrays generated from strings (b003d1c), closes #759