Skip to content

Releases: eslint-functional/eslint-plugin-functional

v4.3.0

08 Sep 15:37
Compare
Choose a tag to compare

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

22 Jul 13:21
Compare
Choose a tag to compare

4.2.2 (2022-07-22)

Bug Fixes

  • typos and tighten a sentence (9da0455)

v4.2.1

06 Apr 04:44
Compare
Choose a tag to compare

4.2.1 (2022-04-06)

v4.2.0

06 Feb 02:33
Compare
Choose a tag to compare

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

08 Jan 06:38
Compare
Choose a tag to compare

4.1.1 (2022-01-08)

Bug Fixes

v4.1.1-beta.1

08 Jan 06:25
Compare
Choose a tag to compare
v4.1.1-beta.1 Pre-release
Pre-release

4.1.1-beta.1 (2022-01-08)

Bug Fixes

  • rules having broken links to docs (07f09b7), closes #292

v4.1.0

08 Jan 04:03
Compare
Choose a tag to compare

4.1.0 (2022-01-08)

Features

  • no-let: add option to allow lets inside of for loop initializers (#306) (71769f3)

v4.0.2

24 Oct 12:56
Compare
Choose a tag to compare

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)

v4.0.1

24 Oct 07:18
Compare
Choose a tag to compare

4.0.1 (2021-10-24)

Bug Fixes

  • ignore pattern - "id" and "key" values are only used if defined (77d6dd6)

v4.0.0

17 Oct 05:38
Compare
Choose a tag to compare

4.0.0 (2021-10-17)

Bug Fixes

  • bring rule meta data "recommended" into line with the recommend config (3c4a042)

chore

  • remove deprecated rule: prefer-type-literal (3a54331)
  • remove deprecated stylitic ruleset (2b96760)
  • update minimum required node version to 12 (97acb3f)

Features

  • add an off preset (686b7fe)
  • add stylistic rules to lite and recommended rule sets (b81b4c7)
  • external-recommended: update recommended external rules (353acb3)
  • no-return-void: implicit types are now checked by default (2adbe14)
  • prefer-tacit: disable prefer-tacit by default in recommended and lite configs (6f9204d)

BREAKING CHANGES

  • no-return-void: implicit types are now checked by default
  • external-recommended: update recommended external rules
  • rule "prefer-type-literal" has been removed.
  • removed stylitic ruleset in favor of stylistic ruleset
  • Node ^12.22.0 or ^14.17.0 or >=16.0.0 is now required