Releases: designcise/manifest-json
Releases · designcise/manifest-json
v3.1.0
v3.0.0
Breaking Changes:
- Minimum required version is now PHP 8.3
Other Changes:
- Added ability to specify a custom name for the
manifest.jsonfile via second (optional) argument to the staticfrom()method and the constructor - Added new tests
- Added CI workflow
- Refactored internal methods
v2.0.1
Added ManifestJson::getAllByKeyBasename()
v2.0.0
- Minimum required version bumped up to PHP 8.0
- Return type of
ManifestJson::fromis nowstatic - Updated to PHPUnit 9.5
- Refactored code
v1.2.0
- Added
ManifestJson::from() - Added test for
from - Updated readme
v1.1.0
- Added getAllByKey() with wildcard matching support
- Updated readme
- Removed version from composer
v1.0.0
Refactoring + Updated test