Skip to content

Releases: Galooshi/sublime-import-js

1.3.0

30 Aug 09:33
Compare
Choose a tag to compare

This version makes import-js run smoother by running commands asynchronously. Thanks to @monovertex for the contribution!

1.2.0

04 Aug 12:17
Compare
Choose a tag to compare

Updates to make the plugin compatible with import-js version 2.7.0.

1.1.0

31 Jan 17:10
Compare
Choose a tag to compare

This version prepares the sublime plugin for import-js v2.1.0.

1.0.1

24 Aug 04:17
Compare
Choose a tag to compare
  • Work around bug with import-js 1.1.0, calling importjsd start --parent-pid n instead of importjsd --parent-pid n.

1.0.0

07 Jul 20:46
Compare
Choose a tag to compare

Changes:

  • Changed executable configuration option to paths, which is more usable.
  • The plugin now uses the new importjsd command-line tool.

0.8.0

29 May 17:24
Compare
Choose a tag to compare

Add support for running the plugin on Windows machines.

0.7.4

19 May 07:18
Compare
Choose a tag to compare

Fixes an issue with using goto

0.7.3

16 May 01:42
Compare
Choose a tag to compare
  • 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

14 May 20:04
Compare
Choose a tag to compare
Merge pull request #4 from Galooshi/fix-PATH

Grab PATH on plugin initialization

0.7.0

29 Apr 11:06
Compare
Choose a tag to compare

This version uses the newly published import-js npm module instead of the old Ruby gem.