Cookie::createWithoutValidation Static constructor to create a cookie. Will not perform any attribute validation during instantiation.
Cookie::isValid Method to check if cookie attributes are valid.
Fixed
FilteredStream::getSize returns null because the contents size is unknown.
Stream factories does not rewinds streams. The previous behavior was not coherent between factories and inputs.
Deprecated
FilteredStream::getReadFilter The read filter is internal and should never be used by consuming code.
FilteredStream::getWriteFilter We did not implement writing to the streams at all. And if we do, the filter is an internal information and should not be used by consuming code.
1.4.1 - 2016-12-16
Fixed
Cookie::matchPath Cookie with root path (/) will not match sub path (e.g. /cookie).
The RequestMatcher is built after the Symfony RequestMatcher and separates
scheme, host and path expressions and provides an option to filter on the
method
New RequestConditional authentication method using request matchers
Add automatic basic auth info detection based on the URL
Changed
Improved ResponseBuilder
Deprecated
RegexRequestMatcher, use RequestMatcher instead
Matching authenitcation method, use RequestConditional instead
1.1.0 - 2016-02-25
Added
Add a request matcher interface and regex implementation
Add a callback request matcher implementation
Add a ResponseBuilder, to create PSR7 Response from a string
Fixed
Fix casting string on a FilteredStream not filtering the output
1.0.0 - 2016-01-27
0.2.0 - 2015-12-29
Added
Autoregistration of stream filters using Composer autoload