Skip to content

Releases: eslint-functional/eslint-plugin-functional

v8.0.0

14 Jan 03:46
Compare
Choose a tag to compare

8.0.0 (2025-01-14)

Bug Fixes

BREAKING CHANGES

  • when using patterns to match against PrivateIdentifiers, their names are now prefixed with a #.

v7.3.0

14 Jan 03:31
Compare
Choose a tag to compare

7.3.0 (2025-01-14)

Bug Fixes

  • prefer-tacit: improve suggestion message (59194b2)

Features

  • type-declaration-immutability: allow defining custom suggestion messages (037a3c7)

v7.2.2

14 Jan 02:55
Compare
Choose a tag to compare

7.2.2 (2025-01-14)

v7.2.1

06 Jan 05:21
Compare
Choose a tag to compare

7.2.1 (2025-01-06)

v7.2.0

19 Dec 03:11
Compare
Choose a tag to compare

7.2.0 (2024-12-19)

Features

  • no-conditional-statements: add option ignoreCodePattern for ignoring if conditions (#909) (d3cf5d8)

v7.1.0

20 Oct 17:20
Compare
Choose a tag to compare

7.1.0 (2024-10-20)

Features

v7.0.3

20 Oct 14:48
Compare
Choose a tag to compare

7.0.3 (2024-10-20)

Bug Fixes

  • ensure default options are applied (#889) (5b57cd2)
  • functional-parameters: default options not being applied to option overrides (#888) (06f2b80)

v7.0.2

26 Aug 01:38
Compare
Choose a tag to compare

7.0.2 (2024-08-26)

Bug Fixes

  • no-expression-statements: ignore Promise<void> when ignoreVoid is set (#866) (2e1a992)

v7.0.1

07 Aug 06:20
Compare
Choose a tag to compare

7.0.1 (2024-08-07)

Bug Fixes

  • don't throw when typescript can't be resolved (afb05bd)

v7.0.0

05 Aug 07:31
Compare
Choose a tag to compare

7.0.0 (2024-08-05)

Bug Fixes

  • checking of types from ts's lib are now more strict (#862) (39beb25)

Features

  • eslint 9 migration (#809) (de4e3ea)
  • functional-parameters: allow overriding options based on where the function type is declared (#803) (21396d5), closes #575
  • functional-parameters: change options in recommended and lite configs (#811) (b3cb8d9)
  • immutable-data: allows for applying overrides to the options based on the root object's type (#826) (c04e425)
  • no-classes: add options ignoreIdentifierPattern and ignoreCodePattern (#863) (18aede1), closes #851
  • no-throw-statements: replace option allowInAsyncFunctions with allowToRejectPromises (#839) (c2c589c), closes #838
  • prefer-immutable-types: allow overriding options based on where the type is declared (#804) (86fa76a), closes #800
  • prefer-immutable-types: change the options in recommeneded and lite configs (#810) (defd713)

BREAKING CHANGES

  • The minimum supported Node version is now 18.18.0 (#809)
  • The minimum supported TypeScript version is now 4.7.4 (#809)
  • The minimum supported Eslint version is now 9.0.0 (#809)
  • no-throw-statements: replace option allowInAsyncFunctions with allowToRejectPromises (#839)