Skip to content

Releases: nivekcode/import-conductor

v2.2.2

11 Feb 12:52
Compare
Choose a tag to compare

2.2.2 (2021-02-11)

Bug Fixes

  • 🐛 Fixed case with empty separator added (6419a16)

v2.2.1

13 Oct 13:25
Compare
Choose a tag to compare

2.2.1 (2020-10-13)

Bug Fixes

  • 🐛 code between import statements gets deleted (90e3f90), closes #40

v2.2.0

11 Oct 14:47
Compare
Choose a tag to compare

2.2.0 (2020-10-11)

Features

  • 🎸 allow changing the sections separator (800dbd9), closes #34

v2.1.0

11 Oct 11:14
Compare
Choose a tag to compare

2.1.0 (2020-10-11)

Bug Fixes

  • 🐛 cli default option wasn't working (9304f31)

Features

  • 🎸 support multiple sources (5e16de2)

v2.0.3

05 Sep 16:29
Compare
Choose a tag to compare

2.0.3 (2020-09-05)

Bug Fixes

  • 🐛 re-runing the conductor adds an extra new line (ff8bc6d), closes #37

v2.0.2

01 Sep 14:46
Compare
Choose a tag to compare

2.0.2 (2020-09-01)

Bug Fixes

  • 🐛 conductor removing comments from the imports section (05f0215), closes #25

v2.0.1

31 Aug 06:04
Compare
Choose a tag to compare

2.0.1 (2020-08-31)

Bug Fixes

  • 🐛 merge statements breaks with trailing comma (661d594)
  • 🐛 third party wrong classification (7e33e47)

v2.0.0

29 Aug 21:52
Compare
Choose a tag to compare

2.0.0 (2020-08-29)

Features

  • 🎸 support ignore files and dry run (4a28554), closes #20

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

21 Aug 03:58
Compare
Choose a tag to compare

1.5.1 (2020-08-21)

Bug Fixes

  • 🐛 custom imports not categorised correctly (a735201), closes #21

v1.5.0

07 Aug 14:15
Compare
Choose a tag to compare

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