Laminas Stratigility v3.3.0 Release Notes

Release Date: 2020-10-20 // over 3 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 the Handler namespace with only implementing the RequestHandlerInterface instead of the MiddlewareInterface.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ #8 Marking NotFoundHandler in the Middleware namespace as deprecated in favor of the new NotFoundHandler in the Handler 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

    โœจ 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 of zendframework/zend-stratigility:^3.2.0.