Skip to content

Releases: nette/routing

Released version 3.1.0

21 Jan 21:06
@dg dg
Compare
Choose a tag to compare
  • requires PHP 8.1
  • uses PHP 8.1 features

Released version 3.0.5

09 Oct 00:09
@dg dg
Compare
Choose a tag to compare
  • RouteList: match() split into prepareRequest() and completeParameters()
  • RouteList::withPath() trailing slash is optional #11

Released version 3.0.4

18 Jan 05:00
@dg dg
Compare
Choose a tag to compare
  • composer: allows nette/utils & http 4.0
  • cs

Released version 3.0.3

16 Apr 23:12
@dg dg
Compare
Choose a tag to compare
  • SimpleRouter: fix compatibility with non-stringable (e.g. Closure) default parameter values (#9)
  • RouteList: added getDomain() & getPath()
  • Route: ignores multiple /// #6
  • Route: refactoring
  • constants are PascalCase

Released version 3.0.2

06 Feb 04:30
@dg dg
Compare
Choose a tag to compare
  • added RouteList::getFlags()

Released version 3.0.1

02 Nov 16:49
@dg dg
Compare
Choose a tag to compare
  • compatible with PHP 8.0
  • utilization of function inlining
  • added .phpstorm.meta.php

For the details you can have a look at the diff.

Released version 3.0.0 🎉

28 Feb 16:19
@dg dg
Compare
Choose a tag to compare

nette/routing was taken out nette/application

Changes

  • Router::match(Nette\Http\IRequest $httpRequest): ?array
  • Router::constructUrl(array $params, Nette\Http\UrlScript $refUrl): ?string