Skip to content

Releases: thecodingmachine/discovery

v1.3.1

Choose a tag to compare

@moufmouf moufmouf released this 09 Sep 18:42
1e57e34

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@moufmouf moufmouf released this 27 Oct 17:09
c5d1580

Improvements:

  • Compatibility with Composer 2
  • New minimum PHP version: PHP 7.2
  • Upgraded to PHPUnit 8 and from Humbug to Infection

Bugfix release

Choose a tag to compare

@moufmouf moufmouf released this 05 Jan 09:50
8bad73d

Fixes Composer issue that returned several times the same assets. See #9

Adding a CLI

Choose a tag to compare

@moufmouf moufmouf released this 11 Apr 10:36

Version 1.2 adds support for a CLI (see #3)

These are actually new Composer commands.
Detail for available commands are here: https://thecodingmachine.github.io/discovery/doc/cli.html

Also, the root package of your project can now have its own discovery.json file (#7)

Major rewrite

Choose a tag to compare

@moufmouf moufmouf released this 22 Mar 11:25

While keeping backward compatibility, this new release is almost a complete rewrite.

This new release adds:

  • optional priority management of values
  • support for metadata
  • complete unit testing
  • complete documentation

Initial release

Choose a tag to compare

@moufmouf moufmouf released this 23 Jan 21:09
v1.0.0

PSR-2 pass