Releases: timocov/dts-bundle-generator
Releases · timocov/dts-bundle-generator
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
Breaking changes
- Dropped support for NodeJS < 12 (see 0ef6d2f)
- Dropped support for TypeScript < 3.0 (see 18babb8)
- Changed structure of published package - all scripts moved to
dist
folder (see 9605695)
dts-bundle-generator/config-schema
typings are still on the root level, so all previous imports or that "module" should still work.
Fixed
- Added correctly handling re-exports with renaming from the entry point (see #117)
4.3.0
4.2.0
4.1.0
4.0.0
This release finally removed the first 2 limitation of the tool (about usage import * as name
and renaming while import) 🎉.
Breaking changes
The only explicit breaking changes are updated dependencies, but I assume that #62 might broke something not covered by tests, so that's why it's major release.
Added
- Added a small banner to the top of the generated file and cli option
--no-banner
to disable it (see #106)
Fixed
- importedLibraries not working as expected (see #98)
- unknown library "Function" autoadd. (see #101)
- import default from namespace with esmoduleInterop true (see #62)
- Sub-Paths in imports and renamed imports generate invalid output (see #54)
- Cannot find namespace 'fs' (see #84)
- need option for external default imports (see #59)
Deps updates
yargs
has been updated to15.3.0
version