Skip to content

Releases: thecodingmachine/discovery

v1.3.1

09 Sep 18:42
1e57e34
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.3.0

27 Oct 17:09
c5d1580
Compare
Choose a tag to compare

Improvements:

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

Bugfix release

05 Jan 09:50
8bad73d
Compare
Choose a tag to compare

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

Adding a CLI

11 Apr 10:36
Compare
Choose a tag to compare

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

22 Mar 11:25
Compare
Choose a tag to compare

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

23 Jan 21:09
Compare
Choose a tag to compare
v1.0.0

PSR-2 pass