Releases: jitesoft/php-exceptions
Releases · jitesoft/php-exceptions
3.1.0
What's Changed
- Base classes for server and client http exceptions. by @Johannestegner in #35
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- BREAKING CHANGE Remove php eol support by @Johannestegner in #36
Full Changelog: 2.5.0...3.0.0
2.5.0
Introduced new exceptions:
- HttpUnavailableForLegalReasons
- HttpToEarly
- HttpImATeapot
- HttpBadGateway
- HttpServiceUnavailable
- Authorization
Updated the test files to use return values as well as static asserts instead of $this bound asserts.
Updated dependencies to latest versions.
2.4.1
Removed changes due to missinformation. Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
2.4.0
- Added support for v2 of psr container implementation.
- Added support for v2 and v3 of psr cache implementation.
- Dependency updates.
2.3.4
Updated composer packages. Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>