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

Releases: JamesHenry/typescript-estree

v7.0.1

27 Dec 14:11
Compare
Choose a tag to compare

7.0.1 (2018-12-27)

Bug Fixes

  • non-existent files and custom file extensions (#53) (3be357e)

v7.0.0

19 Dec 02:07
Compare
Choose a tag to compare

7.0.0 (2018-12-19)

Features

BREAKING CHANGES

  • This changes the AST

v6.0.0

01 Dec 02:14
9b7e13c
Compare
Choose a tag to compare

6.0.0 (2018-12-01)

Features

BREAKING CHANGES

  • Supported TypeScript version is now 3.2

v5.3.0

30 Nov 01:12
Compare
Choose a tag to compare

5.3.0 (2018-11-30)

Bug Fixes

Features

  • add optional global flag to TSModuleDeclaration for global augmentations (#38) (13e2a24)

v5.2.0

26 Nov 02:24
Compare
Choose a tag to compare

5.2.0 (2018-11-26)

Features

v5.1.1

25 Nov 22:40
Compare
Choose a tag to compare

5.1.1 (2018-11-25)

Bug Fixes

v5.1.0

22 Nov 00:42
Compare
Choose a tag to compare

5.1.0 (2018-11-22)

Features

  • offer semantic services alongside AST (#24) (8787f16)

v5.0.1

04 Nov 19:41
ab6cb20
Compare
Choose a tag to compare

5.0.1 (2018-11-04)

Bug Fixes

  • brute force initial conversion to TS (#25) (ab6cb20)

v5.0.0

31 Oct 01:02
Compare
Choose a tag to compare

5.0.0 (2018-10-31)

Features

  • document API and standardize config options (#22) (d28abcf)

BREAKING CHANGES

  • ecmaFeatures has been removed

v4.0.0

28 Oct 22:39
Compare
Choose a tag to compare

4.0.0 (2018-10-28)

Bug Fixes

  • parse ArrayExpressions correctly (#20) (928b087)

BREAKING CHANGES

  • This changes the AST