v1 release candidate #1
Pre-release
Pre-release
- extended type of the
key
parameter of methodspin
,pass
andtag
to align with PHP's native array key behaviour (previously?string
, nowstring|int|null
)- this is a BC break for classes implementing the corresponding interfaces, but should have minimal or no impact on real usage
- phased out
HttpExceptionBaseTrait
(will be removed before stable release) in favor of a couple of new traits dedicated to client/server exceptions (next bullet point) - added
HttpClientContextStrata
andHttpServerContextStrata
for4xx
and5xx
errors, respectively - HTTP exceptions now feature
DefaultErrorMessage
constant each - full test coverage