Skip to content

Releases: eslint-functional/eslint-plugin-functional

v4.3.2

19 Sep 17:48
Compare
Choose a tag to compare

4.3.2 (2022-09-19)

v4.3.1

14 Sep 07:56
Compare
Choose a tag to compare

4.3.1 (2022-09-14)

Bug Fixes

  • no-return-void: check additional ts function types (3db661d)

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)