Laminas Stratigility v3.3.0 Release Notes
Release Date: 2020-10-20 // over 4 years ago-
3.3.0 - 2020-10-20
โ Added
- ๐ #13 Adds support for PHP 8
๐ Changed
- #8 As the
NotFoundHandler
is technically a request handler, we are moving it to theHandler
namespace with only implementing theRequestHandlerInterface
instead of theMiddlewareInterface
.
๐ Deprecated
- ๐ #8 Marking
NotFoundHandler
in theMiddleware
namespace as deprecated in favor of the newNotFoundHandler
in theHandler
namespace.
๐ Release Notes for 3.3.0
3.3.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
โจ Enhancement,hacktoberfest-accepted
- ๐ 13: feat: add PHP 8 support thanks to @alexraputa
โจ Enhancement
Previous changes from v3.2.2
-
โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-stratigility:^3.2.0
.