Releases: thecodingmachine/discovery
Releases · thecodingmachine/discovery
v1.3.1
What's Changed
- Fixed a bug with unexpected "action" key by @arturskonfino in #13
New Contributors
- @arturskonfino made their first contribution in #13
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Bugfix release
Fixes Composer issue that returned several times the same assets. See #9
Adding a CLI
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
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
v1.0.0 PSR-2 pass