From 8f4e844baf3b8245fa590a778ccbb3940e37ffd2 Mon Sep 17 00:00:00 2001 From: Michal Lulco Date: Mon, 31 Jul 2023 17:49:29 +0200 Subject: [PATCH] Version 0.15.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ed61d9..fb3e348e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ ## [Unreleased][unreleased] +## [0.15.0] - 2023-07-31 ### Added - Support for form groups - Collecting options for checkbox list and radio list and report if some non-existing option is used - Tip for error message "Latte template xxx.latte was not analysed" - Tip for standalone templates -- Feature Transform dynamic form controls to "dynamic" string (control with name $record->id will be transformed to "$record->id") (Turn this feature with parameter `latte.features.transformDynamicFormControlNamesToString: true`) +- Feature: Transform dynamic form controls to "dynamic" string (control with name $record->id will be transformed to "$record->id") (Turn this feature with parameter `latte.features.transformDynamicFormControlNamesToString: true`) - Support for object shape variables - latte extension to fileExtensions parameter to report unmatched errors also in latte (If it's causing any problems in your applications, please report issue and we will remove it) @@ -215,7 +216,8 @@ - Transform components to explicit calls - Error mapper for better DX -[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.14.0...HEAD +[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.15.0...HEAD +[0.15.0]: https://github.com/efabrica-team/phpstan-latte/compare/0.14.0...0.15.0 [0.14.0]: https://github.com/efabrica-team/phpstan-latte/compare/0.13.2...0.14.0 [0.13.2]: https://github.com/efabrica-team/phpstan-latte/compare/0.13.1...0.13.2 [0.13.1]: https://github.com/efabrica-team/phpstan-latte/compare/0.13.0...0.13.1