Skip to content

Releases: SanderSander/composer-link

v0.3.1

30 Aug 10:21
Compare
Choose a tag to compare

Bug fix release

  • When a directory that contained a linked package was deleted, it was impossible to unlink that package from the project, this is addressed.

v0.3.0

26 Jul 16:56
385adaa
Compare
Choose a tag to compare

This update contains several improvements/changes, the biggest are wildcard support and integration tests

  • Support for wildcard paths
  • Added --only-installed option, which checks if the linked package is already exists
  • Integration tests for all operating systems
  • Some minor fixes

v0.2.1

14 Apr 20:30
Compare
Choose a tag to compare

Bug fix release

  • Fix issue where /path/ is considered differently then /path

v0.2.0

13 Apr 15:21
034d7bd
Compare
Choose a tag to compare

This update contains several improvements/changes mostly in how we store the meta data of linked packages, therefor you have to link all linked packages again when upgrading from 0.1.x.

  • Removed dependency on league/flysystem
  • Better support for linking packages globally
  • Use json as storage format, instead of plain serialized objects

v0.1.1

01 Apr 09:46
29a6aca
Compare
Choose a tag to compare
  • Add support to link package that aren't already installed
  • Some minor bugfixes

v0.1.0

30 Mar 21:10
Compare
Choose a tag to compare

First release