Releases: stephan-strate/php-cover-art-archive-api
Releases · stephan-strate/php-cover-art-archive-api
1.0.3 - Maintenance release
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
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
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
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
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
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
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