package and depencies
This commit is contained in:
17
vendor/symfony/routing/CHANGELOG.md
vendored
17
vendor/symfony/routing/CHANGELOG.md
vendored
@@ -1,6 +1,23 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
6.2
|
||||
---
|
||||
|
||||
* Add `Requirement::POSITIVE_INT` for common ids and pagination
|
||||
|
||||
6.1
|
||||
---
|
||||
|
||||
* Add `getMissingParameters` and `getRouteName` methods on `MissingMandatoryParametersException`
|
||||
* Allow using UTF-8 parameter names
|
||||
* Support the `attribute` type (alias of `annotation`) in annotation loaders
|
||||
* Already encoded slashes are not decoded nor double-encoded anymore when generating URLs (query parameters)
|
||||
* Add `EnumRequirement` to help generate route requirements from a `\BackedEnum`
|
||||
* Add `Requirement`, a collection of universal regular-expression constants to use as route parameter requirements
|
||||
* Add `params` variable to condition expression
|
||||
* Deprecate not passing route parameters as the fourth argument to `UrlMatcher::handleRouteRequirements()`
|
||||
|
||||
5.3
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user