Skip to content

Releases: sunrise-php/http-router

v2.15.1

18 Apr 00:20
13f5d0a
Compare
Choose a tag to compare
  • Insignificant changes.

v2.15.0

16 Apr 20:14
f39e70c
Compare
Choose a tag to compare
  • New middleware: Sunrise\Http\Router\Middleware\JsonPayloadDecodingMiddleware.

v2.14.1

12 Apr 09:45
43f5a92
Compare
Choose a tag to compare
  • In-memory caching of route regular expressions for a long-running application.

v2.14.0

12 Apr 00:43
afc5114
Compare
Choose a tag to compare
  • New method: Route::getHolder():Reflector (#94);
  • New method: Router::resolveHostname(string):?string;
  • New method: Router::getRoutesByHostname(string):array;
  • New method: RouterBuilder::setEventDispatcher(?EventDispatcherInterface):void.

v2.13.0

20 Mar 16:14
9f07a5d
Compare
Choose a tag to compare

v2.12.0

26 Jan 10:15
c3db73a
Compare
Choose a tag to compare
  • The Router::getMatchedRoute() method was added;
  • The RouteCollection::appendMiddleware() method was marked as deprecated;
  • Readme was updated.

v2.11.2

30 Nov 09:41
bb07efb
Compare
Choose a tag to compare

v2.11.1

12 Oct 13:26
f1764a2
Compare
Choose a tag to compare
  • The Route List Command was improved.

v2.11.0

12 Oct 01:59
fc35ef3
Compare
Choose a tag to compare
  • New annotations: Host, Prefix, Postfix and Middleware (#38 #77);
  • GET method is the default for Route annotation.

v2.10.2

10 Oct 00:28
07b0201
Compare
Choose a tag to compare