Skip to content

Releases: buehler/node-typescript-parser

v2.6.1

31 Aug 15:25
3ba4306
Compare
Choose a tag to compare

2.6.1 (2018-08-31)

Bug Fixes

  • npm: don't deploy the whole source (3ba4306)

v2.6.0

31 Aug 15:15
c03411a
Compare
Choose a tag to compare

2.6.0 (2018-08-31)

Features

  • add isOptional to methods as well (#84) (e550f7c), closes #80
  • Support for parsing optional properties (class & interface) (#80) (94ea1cc)
  • flags: add isAsync flag for methods and functions (#92) (b21136a), closes #66
  • flags: isStatic (#91) (617764d)
  • typescript: upgrade typescript and other dependencies (#93) (364d5dc)

v2.5.0

05 Jul 08:59
9165171
Compare
Choose a tag to compare

2.5.0 (2018-07-05)

Features

  • upgrading dependencies and add strict compile (#71) (b96650f)
  • parsing: parse object and array destructurings correctly (#76) (97cb4ce)

v2.4.0

04 Apr 11:53
5e4fa1b
Compare
Choose a tag to compare

2.4.0 (2018-04-04)

Bug Fixes

  • parser: typescript error that reads length of undefined (#61) (174e3ba)

Features

  • parser: Use iterative BTree Walker (7ab7198)

v2.3.1

06 Mar 13:43
3cf2a6c
Compare
Choose a tag to compare

2.3.1 (2018-03-06)

Bug Fixes

  • parsing: back to recursive (1ce22e7)

v2.3.0

05 Mar 08:38
57a14a5
Compare
Choose a tag to compare

2.3.0 (2018-03-05)

Bug Fixes

Features

  • Optional configuration for multiple imports per line and strictly one import per line. (#50) (f8f72f4)
  • parser: Parse iterative instead of recursive (c0ee825), closes #49

v2.2.2

30 Oct 14:10
ec573e6
Compare
Choose a tag to compare

2.2.2 (2017-10-30)

Bug Fixes

  • recognize default exports and indexed properties (#41) (223110e), closes #32

v2.2.1

29 Oct 23:11
a5f45be
Compare
Choose a tag to compare

2.2.1 (2017-10-29)

Bug Fixes

2.2.0

28 Oct 12:47
20de201
Compare
Choose a tag to compare

fix: don't rename double underscored symbols
docs: add badge for windows build
feat: windows support

2.1.0 (2017-10-26)

28 Oct 08:29
Compare
Choose a tag to compare

2.1.0 (2017-10-26)

Features

  • Specify scriptkind for files to correctly parse usages