Skip to content

4.0.0

Compare
Choose a tag to compare
@timocov timocov released this 19 Mar 13:14
· 297 commits to master since this release

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 to 15.3.0 version