Releases: noahfrederick/vim-composer
Releases · noahfrederick/vim-composer
v1.2.0
v1.1.1
- Restore compatibility with Vim 7.
v1.1.0
- Add method to check if package is installed.
- Simplify returned path to class provided by Composer.
- Bump development dependencies.
v1.0.4
- Activation: Prefer project root containing vendor directory rather than dependency root when editing file belonging to dependency.
- Find file: Fail silently when no class under cursor.
- Find file: Fix for namespace with leading backslash.
v1.0.3
- Fix incompatibility with Vim's implementation of
json_decode()
.
v1.0.2
- Fix a caching issue that prevented handling of multiple projects from
working properly.
v1.0.1
- Fix an egregious error that prevented command completion from working
v1.0.0
- Remove :Use command in favor of the mapping
v0.7.0
- Remove hard dependency on Projectionist.vim
- Change Dispatch action to
composer dump-autoload
- Fix (composer-find) in aliased use statement
v0.6.0
- Parse class/interface/trait at cursor
- Find source file via Composer's autoloader
- Introduce plug-in mappings for adding use statement and finding class/interface/trait at cursor