Releases: mezzio/mezzio-problem-details
Releases · mezzio/mezzio-problem-details
1.6.2
Release Notes for 1.6.2
1.6.x bugfix release (patch)
1.6.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Documentation
1.6.1
Release Notes for 1.6.1
1.6.x bugfix release (patch)
1.6.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Documentation,Enhancement
1.6.0
Release Notes for 1.6.0
Feature release (minor)
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
1.5.0
Release Notes for 1.5.0
Added
-
This release adds support for PHP 8.1.
-
This release adds support for using PSR-17 response factories to back the
ProblemDetailsResponseFactory
. If you previously were using a callable to produce a new response, you can now instead use a PSR-17ResponseFactoryInterface
.
Removed
- This release removes support for PHP 7.3.
1.5.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 20: Provide PHP 8.1 support thanks to @weierophinney
- 19: PSR-17 support thanks to @boesing
- 16: feat: laminas coding standard 2.2.0 thanks to @geerteltink
1.4.0
Release Notes for 1.4.0
Feature release (minor)
1.4.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Enhancement
- 15: Remove file headers thanks to @ghostwriter
- 14: Allow spatie/array-to-xml v3 thanks to @internalsystemerror
- 13: Switch to GHA CI workflow thanks to @internalsystemerror
Enhancement,hacktoberfest-accepted
- 9: Add psalm integration thanks to @lhpalacio
1.3.0
Release Notes for 1.3.0
1.3.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Enhancement
- 11: PHP 8 support thanks to @acelaya
Duplicate,Enhancement
- 8: Add PHP 8 support thanks to @geerteltink and @boesing
1.2.0
Added
- Nothing.
Changed
- #5 updates the
ProblemDetailsExceptionInterface
to explicitly extendThrowable
, forcing users to extend anException
type in implementations. As using it outside that context was never intended, the maintainers do not consider this a BC break.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release 1.2.0
1.2.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2