Skip to content

Releases: stephan-strate/php-cover-art-archive-api

1.0.3 - Maintenance release

06 Aug 10:57
25a7b2a
Compare
Choose a tag to compare

It is safe to upgrade for anyone using 1.0.2.

Changed

  • Bump phpunit/phpunit from 9.5.13 to 9.5.21 (#95, #102, #105, #143)
  • Bump phpstan/phpstan from 1.4.3 to 1.8.2 (#92, #103, #104, #150)
  • Bump php-http/httplug from 2.2.0 to 2.3.0 (#94)
  • Bump symfony/property-access from 5.4.3 to 5.4.11 (#96, #153)
  • Bump symfony/serializer from 5.4.3 to 5.4.11 (#97, #100, #151)
  • Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5 (#145)
  • Bump doctrine/annotations from 1.13.2 to 1.13.3 (#152)
  • Bump php-http/discovery from 1.14.1 to 1.14.3 (#154)

1.0.2 - Maintenance release

29 Jan 10:03
Compare
Choose a tag to compare

It is safe to upgrade for anyone using 1.0.1.

Added

Changed

  • Bump phpunit/phpunit from 9.5.10 to 9.5.13 (#75, #85, #86)
  • Bump phpstan/phpstan from 1.2.0 to 1.4.3 (#78, #79, #80, #81, #82, #84, #88)
  • Bump symfony/serializer from 5.4.0 to 5.4.3 (#77, #89)
  • Bump symfony/property-access from 5.4.0 to 5.4.3 (#76, #87)

Removed

1.0.1 - Maintenance release

25 Dec 17:11
Compare
Choose a tag to compare

It is safe to upgrade for anyone using 1.0.0.

Added

Changed

  • update composer dependencies
  • increased test coverage

Removed

1.0.0 - Major release

14 Feb 20:19
Compare
Choose a tag to compare

First major stable release.

Added

Changed

  • fix PHPStan issues
  • documentation and typehint updates
  • update composer dependencies

Removed

  • drop PHP < 7.4 support

0.0.3-alpha

30 Jan 14:43
Compare
Choose a tag to compare
0.0.3-alpha Pre-release
Pre-release

This pre-release should be working fine, but is not meant to be used in production environment.

Added

Changed

  • update composer dependencies

Removed

0.0.2-alpha

12 Jan 19:28
Compare
Choose a tag to compare
0.0.2-alpha Pre-release
Pre-release

This pre-release should be working fine, but is not meant to be used in production environment.

Added

  • Basic test setup

Changed

  • Replaced "netresearch/jsonmapper" with symfonys serializer to deserialize api responses

Removed

0.0.1-alpha

07 Nov 18:51
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

This pre-release should be working fine, but is not meant to be used in production environment.

Added

  • Introduced basic api wrapper structure
  • Added documented endpoints
  • Added models for all endpoints
  • Added object-oriented response mapping for all endpoints