Skip to content

Releases: designcise/manifest-json

v3.1.0

21 Jan 06:52
Compare
Choose a tag to compare
  • Downgraded minimum PHP required version to 8.0.0
  • Removed second argument for $fileName to from() method and constructor; instead a custom manifest file name or just the directory can be specified as a single argument
  • Added tests

v3.0.0

21 Jan 06:08
Compare
Choose a tag to compare

Breaking Changes:

  • Minimum required version is now PHP 8.3

Other Changes:

  • Added ability to specify a custom name for the manifest.json file via second (optional) argument to the static from() method and the constructor
  • Added new tests
  • Added CI workflow
  • Refactored internal methods

v2.0.1

17 Oct 01:49
Compare
Choose a tag to compare

Added ManifestJson::getAllByKeyBasename()

v2.0.0

22 Jul 22:21
Compare
Choose a tag to compare
  • Minimum required version bumped up to PHP 8.0
  • Return type of ManifestJson::from is now static
  • Updated to PHPUnit 9.5
  • Refactored code

v1.2.0

06 Jun 19:40
Compare
Choose a tag to compare
  • Added ManifestJson::from()
  • Added test for from
  • Updated readme

v1.1.0

01 Jun 22:21
Compare
Choose a tag to compare
  • Added getAllByKey() with wildcard matching support
  • Updated readme
  • Removed version from composer

v1.0.0

10 May 21:36
Compare
Choose a tag to compare
Refactoring + Updated test