Releases: Galooshi/import-js
Releases · Galooshi/import-js
0.2.2
0.2.1
Changes:
- Fixed "ImportJS: fix all imports" in Sublime (error was something like
try_process': unknown option
--fix' (Slop::UnknownOption)`) - Improved documentation for Sublime
Breaking change: The default Sublime setting for executable
has changed to just import-js
, from previously being ~/.rbenv/shims/import-js
. If you were relying on the rbenv path, you need to override the executable
setting with a full path to the import-js executable. Create or edit <path-to-sublime>/Packages/User/ImportJS.sublime-settings
with something that looks like this:
{
"executable": "/Users/henrictrotzig/.rbenv/shims/import-js"
}
Please note that you can't use ~
to refer to the home directory, you need to specify the full path.
0.2.0
0.1.5
0.1.4
0.1.2
0.1.1
v0.1.0
This version improves the support for Sublime. The command line interface (import-js
) has been enhanced to support more use cases:
- Asking for selection when a variable can be mapped to multiple potential modules
- Displaying status messages
With these changes, the Sublime plugin can now do the following:
- Import the word under the cursor
- Import all (this already existed before)
- Prompt the user for a selection
- Display status messages