Skip to content

Releases: timocov/dts-bundle-generator

0.4.1

13 Oct 11:42
Compare
Choose a tag to compare

Fixed

  • Not only JSDoc added to exported types #9

0.4.0

13 Oct 11:14
Compare
Choose a tag to compare

New

  • Added --external-types cli option to specify which libraries from @types should be imported via triple-slash reference directive #8

Fixed

  • JSDoc of exported item is not presented in output #7

0.3.0

09 Oct 08:41
Compare
Choose a tag to compare

New

  • Added --external-imports option to specify libraries which should be imported in result bundle (#4)

Breaking changes

  • --external-includes renamed to --external-inlines

0.2.1

08 Oct 16:16
Compare
Choose a tag to compare

Changed

  • Now output contains only tabs (all spaces will be replaced by tabs)

0.2.0

08 Oct 16:14
Compare
Choose a tag to compare

New

  • Added option to use config file (--config cli option)
  • Added --external-includes option to specify libraries which should be inlined into result bundle

Changed

  • Marked --out-file as not required cli option - out filename will be generated from input file (for main.ts output file will be main.d.ts)

0.1.3

08 Oct 16:09
Compare
Choose a tag to compare
  • Added --fail-on-class cli option (if present then tool will fail run if output dts contains a class)

0.1.2

08 Oct 16:06
Compare
Choose a tag to compare

Init release