Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zendframework/zend-expressive-zendrouter

zend-expressive-zendrouter 3.0.1

18 Jun 22:53
3.0.1
037a1a6
Compare
Choose a tag to compare

Added

  • #46 adds support for PHP 7.3

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-zendrouter 3.0.0

15 Mar 16:28
Compare
Choose a tag to compare

Added

  • #30 and #35 add support for the zend-expressive-router 3.0 series.

  • #34 adds Zend\Expressive\Router\ZendRouter\ConfigProvider and exposes it as a config provider within the package definition.

Changed

  • #41 updates the minimum supported version of zend-expressive-router to 3.0.0rc3 and later.

Deprecated

  • Nothing.

Removed

  • #30 removes support for the zend-expressive-router 2.0 series.

  • #30 removes support for PHP 5.6 and PHP 7.0.

Fixed

  • #37 fixes an issue with how a failure result is marshaled when the path patches but the request method does not. The package now correctly aggregates allowed methods for the route result failure instance.

  • #40 fixes how the router creates a RouteResult when the path matches, but not the HTTP method. In particular, it does not provide special handling for HEAD requests, treating them like any other method mismatch.

zend-expressive-zendrouter 2.2.0

08 Mar 17:35
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #42 updates the minimum supported version of zend-expressive-router to 2.4.0.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-zendrouter 3.0.0rc3

07 Mar 17:18
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #41 updates the minimum supported version of zend-expressive-router to 3.0.0rc3 and later.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-zendrouter 3.0.0rc2

06 Mar 23:19
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #40 updates the minimum supported version of zend-expressive-router to 3.0.0rc2.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #40 fixes how the router creates a RouteResult when the path matches, but not the HTTP method. In particular, it does not provide special handling for HEAD requests, treating them like any other method mismatch.

zend-expressive-zendrouter 3.0.0rc1

05 Mar 14:51
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #37 updates the package to pin to zend-expressive-router 3.0.0rc1 or later.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #37 fixes an issue with how a failure result is marshaled when the path patches but the request method does not. The package now correctly aggregates allowed methods for the route result failure instance.

zend-expressive-zendrouter 3.0.0alpha2

07 Feb 11:10
3.0.0alpha2
d957f08
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #36 fixes the composer config provider entry.

zend-expressive-zendrouter 3.0.0alpha1

06 Feb 19:21
Compare
Choose a tag to compare

Added

  • #30 and #35 add support for the zend-expressive-router 3.0 series.

  • #34 adds Zend\Expressive\Router\ZendRouter\ConfigProvider and exposes it as a config provider within the package definition.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #30 removes support for the zend-expressive-router 2.0 series.

  • #30 removes support for PHP 5.6 and PHP 7.0.

Fixed

  • Nothing.

zend-expressive-zendrouter 2.1.0

06 Dec 22:48
Compare
Choose a tag to compare

Added

  • #26 adds support for PHP 7.2.

  • #27 adds support for the zend-psr7bridge 1.0 series of releases.

Deprecated

  • Nothing.

Removed

  • #26 removes support for HHVM.

Fixed

  • Nothing.

zend-expressive-zendrouter 2.0.1

01 Mar 22:57
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #20 fixes an import statement in ZendRouter to ensure the correct exception namespace is used.