All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - xxxx-xx-xx
ExpressionValuesto enable resolution of route parameter values via expressions by @HypeMC in #112- Ability to pass a static method callable as a
DynamicValuesprovider by @HypeMC in #137
- Method
AbstractValues::toArray()is nowfinalby @Brajk19 in #130 - Method
AbstractValues::getValues()is nowprotectedby @Brajk19 in #130 - Rename first constructor argument in
DynamicValuesto$providerby @HypeMC in #137 - Rename second constructor argument in
DynamicValuesto$propertyPathby @Brajk19 in #130
- Symfony v5 support by @HypeMC in #128
InverseValuesAwareInterface, use dedicated builder services instead by @HypeMC in #123ValuesInterface::getValues(), use public properties instead by @Brajk19 in #130
1.3.0 - 2025-12-15
- Allow Symfony v8 in
composer.jsonby @HypeMC in #119
1.2.1 - 2025-10-13
- Allow Doctrine bundle v3 in
composer.jsonby @HypeMC in #114
1.2.0 - 2025-04-28
- Validate
ifexpression during cache warmup by @Brajk19 in #101 - Throw when
ifexpression returns non-boolean by @Brajk19 in #105
1.1.1 - 2025-04-14
1.1.0 - 2025-01-27
- Validate route params during compilation by @Brajk19 in #90
1.0.1 - 2024-10-28
- Fix error when the Serializer component is not installed by @HypeMC in #72
1.0.0 - 2024-10-25
- Initial release