Releases: JamesHenry/typescript-estree
Releases · JamesHenry/typescript-estree
v18.0.0
18.0.0 (2019-01-12)
Features
- ast: update TSInterfaceDeclaration and TSClassImplements (#120) (7176619)
BREAKING CHANGES
- ast: This changes the AST of TSInterfaceDeclaration nodes, and ClassImplements is now TSClassImplements
v17.0.0
17.0.0 (2019-01-12)
Features
- change logic of distinguishing patterns from statements (#118) (f11e368)
BREAKING CHANGES
v16.0.0
16.0.0 (2019-01-12)
Features
- update TSIndexSignature and report on TS1071 (#115) (d3a0c03)
BREAKING CHANGES
- This changes the AST for TSIndexSignature node
v15.0.0
15.0.0 (2019-01-10)
Features
BREAKING CHANGES
- This changes the AST for TSMethodSignature node
v14.0.0
14.0.0 (2019-01-10)
Bug Fixes
Features
- rest element should contain information about type annotation (#108) (acf10d5)
BREAKING CHANGES
- This changes the AST for RestElement node
- This changes the AST for RestElement node
v13.5.3
13.5.3 (2019-01-10)
Bug Fixes
- regression in TSTypeParameter node "name" (#111) (9f1c620)
v13.5.2
13.5.2 (2019-01-06)
Bug Fixes
- parenthesized expressions are not eligible for directive (#103) (9c062eb)
v13.5.1
13.5.1 (2019-01-06)
Bug Fixes
- don't mutate original TypeScript AST in converter (#100) (40eae73)