Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@olvlvl olvlvl released this 23 Sep 07:51
· 2 commits to main since this release

New Requirements

None

New features

  • The plugin now collects attributes on properties. Attributes::findTargetProperties() returns target properties, and filterTargetProperties() filters properties with a predicate.

Backward Incompatible Changes

  • The paths defined by the include and exclude directives are relative to the composer.json file. The {vendor} placeholder is replaced by the absolute path to the vendor directory.

Deprecated Features

  • The ignore-paths directive has been replaced by exclude.

Other Changes

  • The plugin no longer use a file cache by default. To persist a cache between runs, set the environment variable COMPOSER_ATTRIBUTE_COLLECTOR_USE_CACHE to 1, yes, or true.