Releases: timocov/dts-bundle-generator
Releases · timocov/dts-bundle-generator
0.4.1
Fixed
- Not only JSDoc added to exported types #9
0.4.0
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
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
Changed
- Now output contains only tabs (all spaces will be replaced by tabs)
0.2.0
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
- Added
--fail-on-class
cli option (if present then tool will fail run if output dts contains a class)