Releases: YoloDev/babel-dts-generator
Support object parameters.
This release adds support for object parameters in functions (#60). It also switches to using the yarn package manager.
Commits
2851da4 Bump version for v0.6.3 release
d8adec8 Add support for object parameters (#64)
9c73245 Yarn cache
e0ec85a Update travis config (#63)
379a97a Switch to yarn package manager (#62)
Support new type annotations
This release adds support for this-type-annotations (#55), typeof-type-annotations (#56) and string-literal-type-annotations (#59).
Commits
5317f2d Bump version for v0.6.2 release
f3ec45c Add support for string literal types (#59)
311c596 Update eslint version
e1cf073 Merge pull request #56 from YoloDev/feature-typeof-annotation
953a964 Merge pull request #55 from YoloDev/feature-this-type-annotation
d45e5f9 Update README.md
d31602b Merge pull request #57 from waffle-iron/master
fca2677 add waffle.io badge
a658b75 Add support for typeof type annotations
ce43d28 Add support for this type-annotations
Better type annotation support
suppress emit of private exports and members
fixed missing suppress export of _ prefixed exports and class members
suppressAmbientDeclaration now supported
this option (when true) will generate .d.ts files that are compatible with npm package typings
Untyped parameters as optional
Breaking change
This release changes up how babel-dts-generator deals with untyped function parameters.
v0.4.5
fixed syntax issue with nullable interface method parameters
v0.4.4
fix missing code comments for class members
v0.4.3
added generics