Releases: vinpac/sublime-simple-import
Releases · vinpac/sublime-simple-import
v1.1.0
- Add search into dependencies for exported variables
- Add caching for dependencies files and exported variables
- Add
omit
to settings on javascript
- Add
remove
to settings on javascript
- Add
dictionary
to settings on javascript
- Remove SimpleImport.py and moved some of its methods to interpreters and some others to SimpleImportCommand.py
v1.0.2
- Add
single_quotes
setting to scss
v1.0.1
- Fix some bugs
- Javascript reads modules from package.json and not from node_modules anymore
- Javascript modules now breaks lines by the smallest ruler in settings
v1.0.0
Simple Import now supports not only Javascript, but also SCSS and Python. And now it's easy to implement new features and new languages with due to the interpreters classes.
v0.1.1
Added Default Keymap and improved README.
v0.1.0
Simple Import
First release