Releases: buehler/node-typescript-parser
Releases · buehler/node-typescript-parser
v2.0.1
2.0.1 (2017-10-03)
Bug Fixes
v2.0.0
2.0.0 (2017-10-03)
Features
- defaultimport: default import mixed parsing (#27) (40c6b69)
- parser: Add property accessors to parseable objects (#28) (10a9a64)
BREAKING CHANGES
- defaultimport: Remove the default import definition from the declarations.
The default imports are now generated by namedImport instead of it's
own definition. The namedImport has now a defaultAlias property that
generates the default import if needed.
v1.3.3
1.3.3 (2017-09-19)
Bug Fixes
v1.3.2
1.3.2 (2017-09-18)
Bug Fixes
- index: Imports for non-barrel files ending with index (#19) (5c9437a)
v1.3.1
1.3.1 (2017-09-08)
Bug Fixes
- indexing: occasionally processing modules on re-index (#16) (52974b67)
v1.3.0
1.3.0 (2017-08-09)
Bug Fixes
- parsing: tsx function calls are recognized correctly (#12) (41127480)
- ts-generator: empty named import generates correctly (#11) (ddf3500c)
Features
v1.2.1
1.2.1 (2017-07-15)
Bug Fixes
- isNew in imports does return correct value (#8) (3cc78220)
v1.2.0
1.2.0 (2017-07-11)
Features
- generator: make generators extendable (6fa2110c)
v1.1.0
1.1.0 (2017-07-10)
- chore(semantic-release): add release plugin (#3) (c075a66)
- feat: Add calculation of delta index (#2) (ec96b70)
- docs(api): update documentation (2175ff6)
- docs(readme): add Greenkeeper badge (#1) (fae23f2)
v1.0.1
<a name"1.0.1">
1.0.1 (2017-07-04)
Bug Fixes
- readme: add docs, add correct ver 1.0.0 (3fcea167)