Releases: unlight/sublime-import-helper
Releases · unlight/sublime-import-helper
v4.2.0
v4.1.1
v4.1.0
v4.0.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2020-06-09)
Bug Fixes
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 toenabled
by default (03ff2c3) - Setting
insert_position
removed (01eac3f)
Performance Improvements
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 toenabled
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+