Releases: buehler/node-typescript-parser
Releases · buehler/node-typescript-parser
v2.6.1
2.6.1 (2018-08-31)
Bug Fixes
- npm: don't deploy the whole source (3ba4306)
v2.6.0
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
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
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
2.3.1 (2018-03-06)
Bug Fixes
- parsing: back to recursive (1ce22e7)
v2.3.0
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
2.2.2 (2017-10-30)
Bug Fixes
- recognize default exports and indexed properties (#41) (223110e), closes #32
v2.2.1
2.2.1 (2017-10-29)
Bug Fixes
2.2.0
fix: don't rename double underscored symbols
docs: add badge for windows build
feat: windows support
2.1.0 (2017-10-26)
2.1.0 (2017-10-26)
Features
- Specify scriptkind for files to correctly parse usages