Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Releases: JamesHenry/typescript-estree

v18.1.0

13 Jan 20:38
Compare
Choose a tag to compare

18.1.0 (2019-01-13)

Features

v18.0.0

12 Jan 18:46
7176619
Compare
Choose a tag to compare

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

12 Jan 15:33
Compare
Choose a tag to compare

17.0.0 (2019-01-12)

Features

  • change logic of distinguishing patterns from statements (#118) (f11e368)

BREAKING CHANGES

  • This changes the AST

v16.0.0

12 Jan 01:15
Compare
Choose a tag to compare

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

10 Jan 23:53
Compare
Choose a tag to compare

15.0.0 (2019-01-10)

Features

BREAKING CHANGES

  • This changes the AST for TSMethodSignature node

v14.0.0

10 Jan 23:43
Compare
Choose a tag to compare

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.6.0

10 Jan 22:17
Compare
Choose a tag to compare

13.6.0 (2019-01-10)

Features

v13.5.3

10 Jan 21:31
Compare
Choose a tag to compare

13.5.3 (2019-01-10)

Bug Fixes

  • regression in TSTypeParameter node "name" (#111) (9f1c620)

v13.5.2

06 Jan 21:09
9c062eb
Compare
Choose a tag to compare

13.5.2 (2019-01-06)

Bug Fixes

  • parenthesized expressions are not eligible for directive (#103) (9c062eb)

v13.5.1

06 Jan 16:23
Compare
Choose a tag to compare

13.5.1 (2019-01-06)

Bug Fixes

  • don't mutate original TypeScript AST in converter (#100) (40eae73)