Releases: eslint-functional/eslint-plugin-functional
Releases · eslint-functional/eslint-plugin-functional
v4.3.1
4.3.1 (2022-09-14)
Bug Fixes
- no-return-void: check additional ts function types (3db661d)
v4.3.0
4.3.0 (2022-09-08)
Bug Fixes
- prefer-tacit: assign callee to a new variable when autofixing function declarations (4467d1b)
Features
- prefer-tacit: support autofixing function calls with type parameters (#415) (e752ced)
v4.2.2
4.2.2 (2022-07-22)
Bug Fixes
- typos and tighten a sentence (9da0455)
v4.2.0
4.2.0 (2022-02-06)
Features
- no-throw-statement: add an option to allow throw statements within async functions (#330) (7cee76b)
v4.1.1
4.1.1 (2022-01-08)
Bug Fixes
v4.1.1-beta.1
Bug Fixes
- rules having broken links to docs (07f09b7), closes #292
v4.1.0
4.1.0 (2022-01-08)
Features
- no-let: add option to allow lets inside of for loop initializers (#306) (71769f3)
v4.0.2
4.0.2 (2021-10-24)
Bug Fixes
- get the coorect identifier text of values in object expressions (#285) (a267af6)
- off config no longer contains "overrides" (#286) (5ad533d)