Skip to content

Releases: Nergie/no-barrel-file

v1.0.3

11 Feb 22:49
Compare
Choose a tag to compare

Improvements:

  • Don't Remove Barrel Imports When Full Path Is Not Found
    The system now preserves barrel imports even if the full path for the import cannot be found.

v1.0.2

07 Feb 00:45
Compare
Choose a tag to compare

Fix given extensions for replace command

v1.0.1

04 Feb 23:15
Compare
Choose a tag to compare

fix command replace

  • add semicolon if it exists to replaced imports
  • remove useless directory prefix './' in replaced imports
  • remove duplicate imports

v1.0.0

03 Feb 23:50
Compare
Choose a tag to compare

Features

  • Display Barrel Files: List all barrel files in your project for easy inspection.
  • Replace Barrel Imports: Automatically replace barrel file imports with full paths in your project.
  • Count Barrel Files: Get the total number of barrel files in your project.
  • Customizable: Supports root path, alias configurations, gitignore rules, file extensions, files to ignore.
  • Scalable: Designed to work with large projects with complex barrel file structures (Nested barrel files, circular dependencies).