Releases: typescript-eslint/typescript-eslint
Releases · typescript-eslint/typescript-eslint
v4.15.1
4.15.1 (2021-02-15)
Bug Fixes
- eslint-plugin: [explicit-module-boundary-types] check allowNames on function declarations and property methods (#3051) (0ade469)
v4.15.0
4.15.0 (2021-02-08)
Bug Fixes
- eslint-plugin: [no-extra-parens] handle ESLint 7.19.0 (#2993) (4615048)
- eslint-plugin: [prefer-function-type] correct fixer when signature ends with a semi (#3002) (898dd39)
- scope-manager: fix visiting of TSImportType (#3008) (ce4fcbf), closes #3006
Features
- typescript-estree: improve logic used to escape string literals in jsx (#2995) (3cb3aad)
v4.14.2
4.14.2 (2021-02-01)
Bug Fixes
- eslint-plugin: [consistent-type-imports] incorrect handling of computed property type signatures (#2990) (58f2655), closes #2989
- scope-manager: correctly reference generic parameters when decorator metadata is enabled (#2975) (7695ef3), closes #2972
v4.14.1
4.14.1 (2021-01-25)
Bug Fixes
- eslint-plugin: [sort-type-union-intersection-members] consider
void
as a nullish
(#2944) (a241b25), closes #2940
- scope-manager: fix incorrect handling of class decorators and class method default params (#2943) (e1eac83), closes #2941 #2942 #2751
v4.14.0
4.14.0 (2021-01-18)
Features
- add support for decorator metadata in scope analysis and in consistent-type-imports (#2751) (445e416), closes #2559
- eslint-plugin: add
object-curly-spacing
rule (#2892) (32bd18d)
v4.13.0
4.13.0 (2021-01-11)
Bug Fixes
Features
- eslint-plugin: [sort-type-union-intersection-members] add nullish group (#2919) (5558f41)
v4.12.0
4.12.0 (2021-01-04)
Bug Fixes
- eslint-plugin: [comma-spacing] handle empty type params (#2915) (4d69fbb)
Features
- eslint-plugin: add rule
sort-type-union-intersection-members
(#2913) (9092c04)
v4.11.1
4.11.1 (2020-12-28)
Bug Fixes
- eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#2877) (2f10e1a)
v4.11.0
4.11.0 (2020-12-21)
Bug Fixes
- eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#2881) (53dc34d)
Features
- eslint-plugin: [prom-func-async] add automatic fix (#2845) (717e718)
v4.10.0
4.10.0 (2020-12-14)
Bug Fixes
- eslint-plugin: [naming-convention] fix wrong member of
method
and property
meta selectors (#2856) (9a6c362)
Features
- eslint-plugin: add rule
non-nullable-type-assertion-style
(#2624) (7eee44f)