1.0.0
Breaking changes
- npm package has no
distfolder anymore, all files fromdistfolder are in the package root now (1f6ba31) binfile isbin/dts-bundle-generator.js(notbin/cli.js) (931441b)tslibhas been removed from dependencies (5ad7121)--external-inlines,--external-importsand--external-typescli options now accept space-separated values (instead of comma-separated) (c3d128a)- Dropped support TypeScript before 2.5.1 (eb570a9)
Added
- Added
projectcli option to specify TypeScript project file (#14)
Fixed
- Fixed wrong generation when
export defaultis in non-entry file (#15) - Fixed bug of including TypeScript's lib file
lib.d.tsto output (67d4036) - Fixed parsing options from config file and overriding it from cli (79d6682)
- Added output for default exports from entry file (75c254c)
Thanks to our contributors!
- Turin Kay (@turinkay)