All Versions
37
Latest Version
Avg Release Cycle
160 days
Latest Release
2056 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.1.3 Changes
March 17, 2016โ Added
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- โก๏ธ zendframework/zend-stratigility#39 updates the FinalHandler to ensure that emitted exception messages include previous exceptions.
-
v1.1.2 Changes
October 09, 2015โ Added
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- โก๏ธ zendframework/zend-stratigility#32 updates the
request and response typehints in
Laminas\Stratigility\Dispatchto use the corresponding PSR-7 interfaces, instead of the Stratigility-specific decorators. This fixes issues when calling$next()with non-Stratigility instances of either.
-
v1.1.1 Changes
August 25, 2015โ Added
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- zendframework/zend-stratigility#25 modifies the
constructor of
Nextto clone the incomingSplQueueinstance, ensuring the original can be re-used for subsequent invocations (e.g., within an async listener environment such as React).
-
v1.1.0 Changes
June 25, 2015โ Added
- zendframework/zend-stratigility#13 adds
Utils::getStatusCode($error, ResponseInterface $response); this static method will attempt to use an exception code as an HTTP status code, if it falls in a valid HTTP error status range. If the error is not an exception, it ensures that the status code is an error status.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- โก๏ธ zendframework/zend-stratigility#12 updates
FinalHandlersuch that it will return the response provided at invocation if it differs from the response at initialization (i.e., a new response instance, or if the body size has changed). This allows you to safely call$next()from all middleware in order to allow post-processing.
- zendframework/zend-stratigility#13 adds
-
v1.0.2 Changes
June 24, 2015โ Added
- zendframework/zend-stratigility#14 adds bookdown documentation.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.
-
v1.0.1 Changes
June 16, 2015โ Added
- zendframework/zend-stratigility#8 adds a
phpcs.xmlPHPCS configuration file, allowing execution of each ofphpcsandphpcbfwithout arguments.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- zendframework/zend-stratigility#7 ensures that
arity checks on PHP callables in array format (
[$instance, $method],['ClassName', 'method']) work, as well as on static methods using the string syntax ('ClassName::method'). This allows them to be used without issue as middleware handlers.
- zendframework/zend-stratigility#8 adds a
-
v1.0.0 Changes
May 14, 2015๐ First stable release, and first relase as
laminas-stratigility.โ Added
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.