- updated README
- .gif sample usage in README
- uncaught error on drop without active pane
- chore, renames variables and functions.
- replaced release names with version numbers in CHANGELOG.
- removed test folder.
- lib/main.js refactored.
- Import fires upon dragging panes fixed.
- Entire package moved to lib directory.
configand retrieval moved topackage-config.
- Added warning and error notifications if import file is not a typescript file or vice versa.
- cursorPosition: moved to
calculatePath(...)to remove additional declaration intoImportCursor(...)andtoImportPositionBottom(...). initState(...)removal.
- Toggle include export name.
- Toggle add semicolon in import statements.
- Close all active notifications on ESC key.
- Users can now choose whether to append import line at the end of import list or before.
- Users can now append imports on the selected line (mouse).
- Users can now choose between single quotes and double quotes.
- Every feature added
- Every bug fixed