Skip to content

Latest commit

 

History

History
155 lines (102 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

155 lines (102 loc) · 11.6 KB

4.2.0 (2022-06-11)

Features

4.1.1 (2022-05-04)

Bug Fixes

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

4.1.0 (2021-09-16)

Features

  • Setting for space in braces insert_space_in_braces (df0d246)

Bug Fixes

  • Exception must inherit BaseException (7ceb54f)

4.0.0 (2021-09-11)

⚠ BREAKING CHANGES

  • Require Node.js 12.0+

Features

  • Setting to disable semicolon (4319e8d)

Miscellaneous Chores

3.1.0 (2020-06-30)

Bug Fixes

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

Features

3.0.2 (2020-06-12)

Bug Fixes

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

3.0.1 (2020-06-10)

Bug Fixes

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+

Old Changelog

Version Date Description
2.3.2 27 May 2020 Improved import to import default statement
2.3.1 03 Nov 2019 Fixed #71
2.3.0 14 Sep 2019 Minor fixes, progress status
2.2.1 15 Jun 2019 Minor fixes
2.2.0 22 May 2019 Support passing file / folder exclude options #64
2.1.0 31 Mar 2019 Refactoring, updated esm-exports, allow import default, fixed exclude logic
2.0.5 22 Dec 2018 Fixed #61
2.0.4 08 Dec 2018 Fixed #62 (remove unsed imports with dollar sign
2.0.3 10 Nov 2018 Alllow to select import path (typescript paths)
2.0.2 13 Oct 2018 Remove trailing index in import path #59
Null reference #60
2.0.1 13 Aug 2018 Added key bind to update source modules #58
2.0.0 20 Apr 2018 Path mapping #54
Autocomplete support #57
1.8.2 14 Apr 2018 Fixed #56
1.8.1 22 Feb 2018 Fixed #51
1.8.0 22 Feb 2018 Fixed #50
1.7.6 12 Dec 2017 Fixed #47
1.7.5 11 Dec 2017 Added from_semicolon setting
1.7.4 30 Nov 2017 Delayed initialization
1.7.3 30 Nov 2017 node_bin setting to explicitly set path to node binary
1.7.1 29 Nov 2017 Try to find node executable
1.7.0 22 Nov 2017 Updated esm-exports to 2.0.0
Added shell true #43
1.6.4 03 Nov 2017 Updated esm-exports to v0.8.5
1.6.3 20 Oct 2017 Fixed #42 settings does not work
1.6.2 18 Oct 2017 Fix for empty projects
1.6.0 06 Oct 2017 New feature remove unused imports
1.5.0 24 Jun 2017 Added update source modules command
1.4.1 03 May 2017 Import tsx/jsx without extension
1.4.0 29 Mar 2017 Settings per project
1.3.0 23 Mar 2017 Prevent fail while parse link to not existing directory
1.1.1 09 Mar 2017 Respect exclude_patterns project settings
1.1.0 25 Feb 2017 Auto update imports when new file saved
Unit tests, bug fixing
Parse inner modules
1.0.10 30 Jan 2017 Fixed errors when broken package.json
1.0.8 24 Jan 2017 Added .no-sublime-package
1.0.7 21 Jan 2017 Fixed #10 incorrect adding to import as
1.0.6 10 Jan 2017 Updated esm-exports modules to 0.3.2
1.0.5 10 Jan 2017 Updated esm-exports modules to 0.3.1
1.0.3 26 Dec 2016 Setting space_around_braces
1.0.1 19 Dec 2016 Fixed loading settings bug
1.0.0 18 Dec 2016 First release