Releases: eslint-functional/eslint-plugin-functional
Releases · eslint-functional/eslint-plugin-functional
v6.2.2
v6.2.1
v6.2.0
v6.1.1
v6.1.0
v6.0.1
v6.0.0
6.0.0 (2023-07-30)
Features
- functional-parameters: add option to ignore getters and setters (9c89b9e)
- immutable-data: add new option
ignoreNonConstDeclarations
(ecde24a), closes #691 - no-expression-statements: add option to ignore self returning functions (894fb91), closes #611
- prefer-immutable-types: use suggestions instead of a fixer by default (#598) (3fb9028)
- remove
assumeTypes
option (6be5862) - add sanity checks to type immutablity override settings (d3ce5b0)
- replace
ignorePattern
option withignoreIdentifierPattern
andignoreCodePattern
(48d8eba), closes #467
Build System
- increase minimum supported TypeScript version to 4.3.5 (aefe6b2)
BREAKING CHANGES
- replace
ignorePattern
option withignoreIdentifierPattern
andignoreCodePattern
- increase minimum supported TypeScript version to 4.3.5
- remove
assumeTypes
option - prefer-immutable-types: The fixer config no longer inherits as many options as before; be sure to be
explicit in your configs.
v6.0.0-next.7
6.0.0-next.7 (2023-07-24)
Bug Fixes
v6.0.0-next.6
6.0.0-next.6 (2023-07-21)
Features
v6.0.0-next.5
6.0.0-next.5 (2023-07-21)
Bug Fixes
- replace
ignorePattern
option withignoreIdentifierPattern
andignoreCodePattern
(48d8eba), closes #467
BREAKING CHANGES
- replace
ignorePattern
option withignoreIdentifierPattern
andignoreCodePattern