Skip to content

Releases: BerliozFramework/Router

v2.5.2

04 Dec 08:56
Compare
Choose a tag to compare

Fixed

  • Prevent unserialize with no options

v2.5.1

03 Dec 17:04
Compare
Choose a tag to compare

Fixed

  • NotFoundException does not contain route name

v2.5.0

03 Dec 16:50
Compare
Choose a tag to compare

Added

  • Router::finalizePath() to finalize path

v2.4.1

03 Dec 16:49
Compare
Choose a tag to compare

Fixed

  • Serialization of router options

v2.4.0

04 Nov 13:28
Compare
Choose a tag to compare

Changed

  • RouterInterface::generate() accepts a RouteInterface object or string instead of only string

v2.3.0

04 Nov 13:21
Compare
Choose a tag to compare

Added

  • Options for router
  • Option: "X-Forwarded-Prefix" (boolean, or string)

v2.2.0

18 Oct 11:27
2e289e4
Compare
Choose a tag to compare

Added

  • Compatibility with psr/http-message ^2.0
  • Compatibility with psr/log ^2.0 and ^3.0

v2.1.0

29 Aug 11:15
Compare
Choose a tag to compare

Added

  • New type of attribute: "slug"
  • New type of attribute: "uuid4"

Deprecated

  • Attribute type: "uuid" ; use "uuid4" instead

v1.3.1

24 Apr 14:22
Compare
Choose a tag to compare

Fixed

  • Uri's creation with string port instead of integer

v1.3.0

14 Apr 08:14
Compare
Choose a tag to compare

Added

  • berlioz/http-message v2.x compatibility