Releases
v3.0.0
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+
You can’t perform that action at this time.