Skip to content

Releases: timocov/dts-bundle-generator

7.1.0

21 Nov 21:05
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v7.0.0...v7.1.0

7.0.0

07 Oct 22:40
Compare
Choose a tag to compare

Breaking changes

  • Minimal typescript version changed from 3.0 to 4.5
  • yargs dependency was upgraded from 17.2 to 17.6
  • Minimal NodeJS version changed from 12 to 14
  • Compilation target changed from es5 to es2020 (modules are still commonjs though)

See #224

Fixed

  • Improve support of non-relative imports in projects with a baseUrl (see #224)

Many thanks to @josh- for their contribution!

6.13.0

04 Sep 20:53
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v6.12.0...v6.13.0

6.12.0

19 Jun 14:50
Compare
Choose a tag to compare

Fixed

  • Invalid bundle generated with module augmentation and path aliases (see #209 and c886762)

6.11.0

06 Jun 21:57
Compare
Choose a tag to compare

Fixed

  • Fixed not handling export default value when exportReferencedTypes is false (see #206), by @samualtnorman

Many thanks to @samualtnorman for their contribution!

6.10.0

02 Jun 11:36
Compare
Choose a tag to compare

Fixed

  • Incorrect keywords for non-exported enums (both simple and constant) (see #205 and ae81016)

6.9.0

26 Apr 20:44
Compare
Choose a tag to compare

Fixed

  • Inlined imports do not contain import statement from dependencies (see #199, #200)

6.8.0

19 Apr 15:19
Compare
Choose a tag to compare

Fixed

6.7.0

06 Apr 21:20
Compare
Choose a tag to compare

Fixed

  • Incorrect re-export statements while using paths compiler option (see #193 and #194)

6.6.0

02 Apr 19:54
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect handling imports with type specifier (see #192 and 616e9c5)