Skip to content

Releases: unlight/sublime-import-helper

v4.2.0

11 Jun 19:51
Compare
Choose a tag to compare

4.2.0 (2022-06-11)

Features

v4.1.1

04 May 15:05
Compare
Choose a tag to compare

4.1.1 (2022-05-04)

Bug Fixes

  • Improve detect node executable (a10dcca), closes #107

v4.1.0

16 Sep 18:32
Compare
Choose a tag to compare

4.1.0 (2021-09-16)

Features

  • Setting for space in braces insert_space_in_braces (df0d246)

Bug Fixes

  • Exception must inherit BaseException (7ceb54f)

v4.0.0

11 Sep 21:54
Compare
Choose a tag to compare

4.0.0 (2021-09-11)

⚠ BREAKING CHANGES

  • Require Node.js 12.0+

Features

  • Setting to disable semicolon (4319e8d)

Miscellaneous Chores

v3.1.0

30 Jun 19:54
Compare
Choose a tag to compare

3.1.0 (2020-06-30)

Bug Fixes

  • Some imports from ambient modules are missing (098fe1b)

Features

v3.0.2

12 Jun 21:14
Compare
Choose a tag to compare

3.0.2 (2020-06-12)

Bug Fixes

  • Export node modules from non-current directory does not work (bbbd4c4)

v3.0.1

10 Jun 06:16
Compare
Choose a tag to compare

3.0.1 (2020-06-10)

Bug Fixes

v3.0.0

09 Jun 11:01
Compare
Choose a tag to compare

3.0.0 (2020-06-09)

Bug Fixes

  • Added scope TypeScript unit test (2760b6c)
  • Panel items functions did not get call (2846934)

Features

  • Auto detect import root from several source folders (ed4a646)
  • New bundler (webpack) (e1dd06a)
  • Removed from_semicolon setting (48393dc)
  • Removed space_around_braces setting (12c7732)
  • Removed unused files and settings (8f78077)
  • Removed unused imports command (b11a5de)
  • Replaced esm-exports by import-adjutor (bea6160)
  • Setting import_path_mapping changed to enabled by default (03ff2c3)
  • Setting insert_position removed (01eac3f)

Performance Improvements

  • Load node_modules one by one from source folders (fd8dbf1)
  • Moved cut path outside of loop (65605c2)

BREAKING CHANGES

  • Auto detect import root from several source folders (project file is not required)
  • Removed unused import_no_match_count setting
  • Setting import_path_mapping changed to enabled by default
  • Removed space_around_braces setting, now it is always true
  • Removed from_semicolon setting, now it is always true
  • Removed unused imports command, the replacement is eslint/tslint rules with fixers https://github.com/cartant/tslint-etc (no-unused-declaration)
  • New bundler (webpack)
  • Replaced esm-exports by import-adjutor, required Node.js 10+