Skip to content

1.0.0

Choose a tag to compare

@timocov timocov released this 08 Mar 13:24
· 523 commits to master since this release

Breaking changes

  • npm package has no dist folder anymore, all files from dist folder are in the package root now (1f6ba31)
  • bin file is bin/dts-bundle-generator.js (not bin/cli.js) (931441b)
  • tslib has been removed from dependencies (5ad7121)
  • --external-inlines, --external-imports and --external-types cli options now accept space-separated values (instead of comma-separated) (c3d128a)
  • Dropped support TypeScript before 2.5.1 (eb570a9)

Added

  • Added project cli option to specify TypeScript project file (#14)

Fixed

  • Fixed wrong generation when export default is in non-entry file (#15)
  • Fixed bug of including TypeScript's lib file lib.d.ts to 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!