File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 3.5.0] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.2...3.5.0 )
8+
9+ - feat: allow functions with certain names [ ` #9 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/9 )
10+ - refactor: improve internal typings [ ` 949b6e3 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/949b6e384b8fe3d9bc18668bd52857e27e5b935b )
11+ - refactor: move writer to a module [ ` 7625a59 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/7625a593a51d45d95c2764dfd73db106f4f01c2c )
12+ - refactor: move guards to a module [ ` 32c9fa7 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/32c9fa70b5b9ac2157a68ed5ed1c6da0104fd159 )
13+
714#### [ 3.4.2] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.1...3.4.2 )
815
16+ > 9 January 2025
17+
918- fix: format static private methods correctly with classPropertiesAllowed: true [ ` #46 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/46 ) [ ` #47 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/47 )
1019- fix: update npm dependencies (patch and minor) [ ` ace5f32 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ace5f327bf273b7b42211d9d5b056d4041f6d08e )
20+ - chore(release): 3.4.2 [ ` 8b086f2 ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/8b086f2596a895d3111480ee345ee5e81295bf8c )
1121- chore: credit contributors [ ` 143ef3e ` ] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/143ef3ee3ed844113844a3e642e80d9f8be2c167 )
1222
1323#### [ 3.4.1] ( https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.0...3.4.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-prefer-arrow-functions" ,
33 "description" : " Convert functions to arrow functions" ,
4- "version" : " 3.4.2 " ,
4+ "version" : " 3.5.0 " ,
55 "author" : " Jamie Mason (https://github.com/JamieMason)" ,
66 "bugs" : " https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues" ,
77 "contributors" : [
You can’t perform that action at this time.
0 commit comments