File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 3.4.0] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.3.2...3.4.0 )
8
+
9
+ - feat: upgrade to eslint v9 [ ` #34 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/34 )
10
+ - fix: adjusts fix for generic type arguments on TSX files [ ` #27 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/27 )
11
+ - feat: do not flag constructors without ` this ` [ ` #29 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/29 )
12
+ - chore: set minimum node version to 18 [ ` #41 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/41 )
13
+ - fix: TypeError on function f() { return; } [ ` #38 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/38 )
14
+ - chore: switch to pnpm [ ` a8b8c93 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/a8b8c939649d8310b17d104d51fa4b4f73c1235e )
15
+ - fix: update npm dependencies [ ` 6fa62ec ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/6fa62ec02d27bfdacabdb75dd06b203d4802753a )
16
+ - chore: various fixes and breaking changes [ ` ab198e5 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ab198e53b553669a23eeea9f1f14d8e86c603e4a )
17
+
7
18
#### [ 3.3.2] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.3.1...3.3.2 )
8
19
20
+ > 27 February 2024
21
+
9
22
- fix: handle missing case for function overloads [ ` #31 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/pull/31 )
23
+ - chore(release): 3.3.2 [ ` 2778c2d ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/2778c2d289c9e0db6d42dafd26e761c50d306a15 )
10
24
11
25
#### [ 3.3.1] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.3.0...3.3.1 )
12
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-prefer-arrow-functions" ,
3
3
"description" : " Convert functions to arrow functions" ,
4
- "version" : " 3.3.2 " ,
4
+ "version" : " 3.4.0 " ,
5
5
"author" : " Jamie Mason (https://github.com/JamieMason)" ,
6
6
"bugs" : " https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues" ,
7
7
"contributors" : [
You can’t perform that action at this time.
0 commit comments