Skip to content

Releases: JamieMason/eslint-plugin-prefer-arrow-functions

3.6.2

13 Jan 16:53
Compare
Choose a tag to compare

3.6.2 (2025-01-13)

Bug Fixes

3.6.1

12 Jan 18:56
Compare
Choose a tag to compare

3.6.1 (2025-01-12)

Bug Fixes

  • restore semver range in peerDependencies (6e04024)

3.6.0

09 Jan 22:48
Compare
Choose a tag to compare

3.6.0 (2025-01-09)

Features

3.5.0

09 Jan 21:14
Compare
Choose a tag to compare

3.5.0 (2025-01-09)

Features

  • allow functions with certain names (3e1a225), closes #9

3.4.2

09 Jan 10:24
Compare
Choose a tag to compare

3.4.2 (2025-01-09)

Bug Fixes

  • format static private methods correctly with classPropertiesAllowed: true (eeb798d), closes #46 #47
  • update npm dependencies (patch and minor) (ace5f32)

3.4.1

14 Aug 10:36
Compare
Choose a tag to compare

3.4.1 (2024-08-14)

Bug Fixes

  • npm: set eslint peer to v8 (04527c0), closes #43

3.4.0

13 Aug 16:32
Compare
Choose a tag to compare

3.4.0 (2024-08-11)

This release consists of the following pull requests, thanks to all for contributing

  • #32 by renato-bohler
  • #34 by loucyx
  • #36 by mitchell-merry
  • #40 by andersk
  • #41 by andersk

Features

  • do not flag constructors without this (8b926b5), closes #29
  • upgrade to eslint v9 (f2aa536), closes #34

Bug Fixes

  • adjusts fix for generic type arguments on TSX files (a33808c), closes #27
  • TypeError on function f() { return; } (6fcb83a), closes #38
  • update npm dependencies (6fa62ec)

3.3.2

27 Feb 19:48
Compare
Choose a tag to compare

3.3.2 (2024-02-27)

Bug Fixes

  • handle missing case for function overloads (#31) (89f2201)

3.3.1

25 Feb 14:54
Compare
Choose a tag to compare

3.3.1 (2024-02-25)

Bug Fixes

  • preserve $ characters in function bodies (534527e), closes #28

3.3.0

25 Feb 14:09
Compare
Choose a tag to compare

3.3.0 (2024-02-25)

Features

Bug Fixes

  • protect static modifier on static methods (#30) (04c1408)