Releases: JamieMason/eslint-plugin-prefer-arrow-functions
Releases · JamieMason/eslint-plugin-prefer-arrow-functions
3.6.2
3.6.2 (2025-01-13)
Bug Fixes
3.6.1
3.6.1 (2025-01-12)
Bug Fixes
- restore semver range in peerDependencies (6e04024)
3.6.0
3.6.0 (2025-01-09)
Features
3.5.0
3.5.0 (2025-01-09)
Features
- allow functions with certain names (3e1a225), closes #9
3.4.2
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
3.4.1 (2024-08-14)
Bug Fixes
3.4.0
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
3.3.2 (2024-02-27)
Bug Fixes
- handle missing case for function overloads (#31) (89f2201)
3.3.1
3.3.1 (2024-02-25)
Bug Fixes
- preserve $ characters in function bodies (534527e), closes #28
3.3.0
3.3.0 (2024-02-25)
Features
Bug Fixes
- protect static modifier on static methods (#30) (04c1408)