Skip to content

Releases: noahfrederick/vim-composer

v1.2.0

11 Oct 16:30
v1.2.0
Compare
Choose a tag to compare
  • Support composer.bat on Windows.
  • Fix compatibility issue with recent Vims that caused error on startup.
  • Restore compatibility with older Vims in installed-package check.

v1.1.1

12 Sep 22:25
v1.1.1
Compare
Choose a tag to compare
  • Restore compatibility with Vim 7.

v1.1.0

12 Sep 22:17
v1.1.0
Compare
Choose a tag to compare
  • Add method to check if package is installed.
  • Simplify returned path to class provided by Composer.
  • Bump development dependencies.

v1.0.4

03 Sep 23:51
Compare
Choose a tag to compare
  • 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

23 Oct 01:03
v1.0.3
Compare
Choose a tag to compare
  • Fix incompatibility with Vim's implementation of json_decode().

v1.0.2

22 Sep 03:14
v1.0.2
Compare
Choose a tag to compare
  • Fix a caching issue that prevented handling of multiple projects from
    working properly.

v1.0.1

01 Sep 00:16
v1.0.1
Compare
Choose a tag to compare
  • Fix an egregious error that prevented command completion from working

v1.0.0

31 Aug 00:17
v1.0.0
Compare
Choose a tag to compare
  • Remove :Use command in favor of the mapping

v0.7.0

23 Jun 01:03
v0.7.0
Compare
Choose a tag to compare
  • Remove hard dependency on Projectionist.vim
  • Change Dispatch action to composer dump-autoload
  • Fix (composer-find) in aliased use statement

v0.6.0

19 Jun 18:33
v0.6.0
Compare
Choose a tag to compare
  • 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