Releases: BerliozFramework/Router
Releases · BerliozFramework/Router
v2.5.2
Fixed
- Prevent unserialize with no options
v2.5.1
Fixed
NotFoundException
does not contain route name
v2.5.0
Added
Router::finalizePath()
to finalize path
v2.4.1
Fixed
- Serialization of router options
v2.4.0
Changed
RouterInterface::generate()
accepts a RouteInterface
object or string instead of only string
v2.3.0
Added
- Options for router
- Option: "X-Forwarded-Prefix" (boolean, or string)
v2.2.0
Added
- Compatibility with
psr/http-message
^2.0
- Compatibility with
psr/log
^2.0 and ^3.0
v2.1.0
Added
- New type of attribute: "slug"
- New type of attribute: "uuid4"
Deprecated
- Attribute type: "uuid" ; use "uuid4" instead
v1.3.1
Fixed
- Uri's creation with string port instead of integer
v1.3.0
Added
berlioz/http-message
v2.x compatibility