Releases: Galooshi/sublime-import-js
Releases · Galooshi/sublime-import-js
1.3.0
This version makes import-js run smoother by running commands asynchronously. Thanks to @monovertex for the contribution!
1.2.0
Updates to make the plugin compatible with import-js version 2.7.0.
1.1.0
This version prepares the sublime plugin for import-js v2.1.0.
1.0.1
- Work around bug with import-js 1.1.0, calling
importjsd start --parent-pid n
instead of importjsd --parent-pid n
.
1.0.0
Changes:
- Changed
executable
configuration option to paths
, which is more usable.
- The plugin now uses the new
importjsd
command-line tool.
0.8.0
Add support for running the plugin on Windows machines.
0.7.4
Fixes an issue with using goto
0.7.3
- Improved
PATH
resolution, which improves compatibility with tools such as nvm and nodenv.
- Bugfix for fixing imports in files with a mix of resolved and unresolved imports.
0.7.2
Merge pull request #4 from Galooshi/fix-PATH
Grab PATH on plugin initialization
0.7.0
This version uses the newly published import-js npm module instead of the old Ruby gem.