Releases: timocov/dts-bundle-generator
Releases · timocov/dts-bundle-generator
7.1.0
Fixed
- Fixed incorrect handling optional binding elements by @jinzhubaofu and @timocov (see 2e1b1af and #229)
New Contributors
- @jinzhubaofu made their first contribution in 2e1b1af
Full Changelog: v7.0.0...v7.1.0
7.0.0
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
toes2020
(modules are stillcommonjs
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
Fixed
- Added support for
allowJs
compiler option by @timocov and @josh- in #221 - Fix readme usage typo by @kootoopas in #216
New Contributors
- @kootoopas made their first contribution in #216
- @josh- made their first contribution in #221
Full Changelog: v6.12.0...v6.13.0
6.12.0
6.11.0
Fixed
- Fixed not handling
export default value
whenexportReferencedTypes
isfalse
(see #206), by @samualtnorman
Many thanks to @samualtnorman for their contribution!