Releases: eslint-functional/eslint-plugin-functional
Releases · eslint-functional/eslint-plugin-functional
v6.6.3
6.6.3 (2024-07-11)
Bug Fixes
- immutable-data: ignoreAccessorPattern can now handle NonNullExpressions and ChainExpressions (#849) (f6ff69b), closes #840
v6.6.2
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.0
6.6.0 (2024-06-19)
Features
- prefer-immutable-types: allow for changing suggestion messages (#828) (822cc33)
v6.5.1
6.5.1 (2024-04-15)
Bug Fixes
- prefer-tacit: don't check member functions by default (#808) (4e6c3a9), closes #805
v6.5.0
6.5.0 (2024-04-15)
Features
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