Skip to content

v1.1.0

Compare
Choose a tag to compare
@lencioni lencioni released this 20 Aug 15:37
· 526 commits to main since this release

Features:

  • Add support for imports with side-effects. This adds a new
    configuration option moduleSideEffectImports that can be used to
    auto-inject these imports when running fix-imports.
  • Add moduleNameFormatter configuration option.
  • Add meteor environment.
  • Add support for JavaScript configuration files and allow configuration
    options to be functions.
  • Add importjsd logpath.

Deprecations:

  • Deprecate .importjs.json in favor of .importjs.js.

Fixes:

  • Prevent normalizePath from skipping dot-files.