Skip to content

Commit

Permalink
Version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco committed Jul 31, 2023
1 parent aff2c13 commit 8f4e844
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f4e844

Please sign in to comment.