Releases: Galooshi/import-js
Releases · Galooshi/import-js
v1.1.2
v1.1.1
- Fix importing inside anonymous files
Galooshi/sublime-import-js#14
v1.1.0
Features:
- Add support for imports with side-effects. This adds a new
configuration optionmoduleSideEffectImports
that can be used to
auto-inject these imports when runningfix-imports
. - Add
moduleNameFormatter
configuration option. - Add
meteor
environment. - Add support for JavaScript configuration files and allow configuration
options to be functions. - Add
importjsd logpath
.
Deprecations:
- Deprecate
.importjs.json
in favor of.importjs.js
.
Fixes:
- Prevent normalizePath from skipping dot-files.
v1.0.1
v1.0.0
This version is focused on speeding up ImportJS. Key changes:
- The process of finding modules in the file system is now parallellized. This means faster uses of
fix-imports
. - ImportJS can be used as a background daemon process. The new
importjsd
command is meant to be used by editor plugins. Look for updates to https://github.com/Galooshi/vim-import-js, https://github.com/Galooshi/sublime-import-js, and https://github.com/Galooshi/emacs-import-js utilizing the new daemon (coming shortly). - New integration with Watchman. If you have it installed, we'll make use of it to speed up importing (by a great deal!)
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
Breaking change: all configuration keys are now camelCased instead of snake_cased.
Hotfix for relative paths. They weren't working as they should when the path to the current file was passed in with an absolute path (e.g. /home/apps/todo-list/foo.js
). This should fix issues with relative paths in the Sublime plugin.