Releases: nivekcode/import-conductor
Releases · nivekcode/import-conductor
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2020-08-29)
Features
BREAKING CHANGES
🧨 config options
- autoMerge option replaced with noAutoMerge, and the option default value is false.
- silent option replaced with verbose, and the option default value is false.
- The -v option alias now stands for the verbose option instead of getting the import conductor version.
- The -m option alias (which used for the autoMerge) was removed.
- The -d option alias now stands for the dryRun option instead of autoAdd.
See the updated config options in this section of the documentation.
v1.5.1
v1.5.0
1.5.0 (2020-08-07)
Refactorings:
- Move each function from the index.ts to a dedicated file.
- Fixed specs run.
- Some code refactoring.
- Updated README file according to changes + added default values column & code examples.
- Changed option names and default values.
Features & Bugs
- Add autoMerge option
- Add silent mode.
- Extract third party map from the package-lock.json and package.json.
- Support entire file imports (* as).
- Support multiline imports.
- Support tsx