Skip to content

Releases: eslint-functional/eslint-plugin-functional

v6.0.0-next.7

24 Jul 12:15
Compare
Choose a tag to compare
v6.0.0-next.7 Pre-release
Pre-release

6.0.0-next.7 (2023-07-24)

Bug Fixes

  • immutable-data: rework logic, it should work now (9644994), closes #692

v6.0.0-next.6

21 Jul 06:32
Compare
Choose a tag to compare
v6.0.0-next.6 Pre-release
Pre-release

6.0.0-next.6 (2023-07-21)

Features

  • immutable-data: add new option ignoreNonConstDeclarations (ecde24a), closes #691

v6.0.0-next.5

21 Jul 04:06
Compare
Choose a tag to compare
v6.0.0-next.5 Pre-release
Pre-release

6.0.0-next.5 (2023-07-21)

Bug Fixes

  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern (48d8eba), closes #467

BREAKING CHANGES

  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern

v6.0.0-next.4

21 Jul 00:52
Compare
Choose a tag to compare
v6.0.0-next.4 Pre-release
Pre-release

6.0.0-next.4 (2023-07-21)

Features

  • no-expression-statements: add option to ignore self returning functions (894fb91), closes #611

v6.0.0-next.3

17 Jul 03:13
Compare
Choose a tag to compare
v6.0.0-next.3 Pre-release
Pre-release

6.0.0-next.3 (2023-07-17)

Bug Fixes

  • add sanity checks to type immutablity override settings (d3ce5b0)

v6.0.0-next.2

17 Jul 02:29
Compare
Choose a tag to compare
v6.0.0-next.2 Pre-release
Pre-release

6.0.0-next.2 (2023-07-17)

Features

  • functional-parameters: add option to ignore getters and setters (9c89b9e)

v6.0.0-next.1

15 Jul 15:27
Compare
Choose a tag to compare
v6.0.0-next.1 Pre-release
Pre-release

6.0.0-next.1 (2023-07-15)

Bug Fixes

Build System

  • increase minimum supported TypeScript version to 4.3.5 (aefe6b2)

Features

  • prefer-immutable-types: use suggestions instead of a fixer by default (#598) (3fb9028)
  • remove assumeTypes option (6be5862)

BREAKING CHANGES

  • 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.

v5.0.8

15 Apr 02:29
Compare
Choose a tag to compare

5.0.8 (2023-04-15)

Bug Fixes

  • prefer-immutable-types: support private identifier (#634) (6349a92)

v5.0.7

21 Mar 03:05
Compare
Choose a tag to compare

5.0.7 (2023-03-21)

v5.0.6

11 Mar 03:07
Compare
Choose a tag to compare

5.0.6 (2023-03-11)

Bug Fixes

  • type-declaration-immutability: only allow strings to be given for identifiers (#573) (e9f2f90)