Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Releases: YoloDev/babel-dts-generator

Support object parameters.

23 Nov 20:15

Choose a tag to compare

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

28 Jul 11:06

Choose a tag to compare

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

09 Jul 09:13

Choose a tag to compare

Resolves issues of #48 and #49

suppress emit of private exports and members

18 Jun 09:23

Choose a tag to compare

fixed missing suppress export of _ prefixed exports and class members

suppressAmbientDeclaration now supported

04 Jun 18:08

Choose a tag to compare

this option (when true) will generate .d.ts files that are compatible with npm package typings

Untyped parameters as optional

04 May 16:44

Choose a tag to compare

Breaking change

This release changes up how babel-dts-generator deals with untyped function parameters.

v0.4.5

05 Mar 22:17

Choose a tag to compare

fixed syntax issue with nullable interface method parameters

v0.4.4

04 Mar 11:33

Choose a tag to compare

fix missing code comments for class members

v0.4.3

23 Feb 11:06

Choose a tag to compare

added generics

v0.4.2

21 Feb 18:04

Choose a tag to compare

Bumped version number