Skip to content

Releases: vinpac/sublime-simple-import

v1.1.0

29 Jan 22:40
Compare
Choose a tag to compare
  • 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

21 Jan 23:59
Compare
Choose a tag to compare
  • Add single_quotes setting to scss

v1.0.1

21 Jan 01:46
Compare
Choose a tag to compare
  • 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

22 Oct 17:11
Compare
Choose a tag to compare

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.2

05 Jun 14:38
Compare
Choose a tag to compare

Some fixes

v0.1.1

06 Apr 10:50
Compare
Choose a tag to compare

Added Default Keymap and improved README.

v0.1.0

26 Mar 01:28
Compare
Choose a tag to compare

Simple Import

First release