From 714d134cc11e19f7f03afdeb449c2ed5cf7faba9 Mon Sep 17 00:00:00 2001 From: Michal Lulco Date: Wed, 27 Mar 2024 11:46:26 +0100 Subject: [PATCH] Version 0.17.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91929de4..790e1b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## [Unreleased][unreleased] +## [0.17.0] - 2024-03-27 ### Fixed - Updated coding standard (Possible **BC break** - added `final` or `abstract` to (almost) all classes) - Bleeding edge changes - updated typehints +- Functions handling with FunctionExecutor in new Latte +- Removed unformatPresenterClass of new PresenterFactory ## [0.16.3] - 2023-11-26 ### Added @@ -246,7 +249,8 @@ - Transform components to explicit calls - Error mapper for better DX -[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.3...HEAD +[unreleased]: https://github.com/efabrica-team/phpstan-latte/compare/0.17.0...HEAD +[0.17.0]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.3...0.17.0 [0.16.3]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.2...0.16.3 [0.16.2]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.1...0.16.2 [0.16.1]: https://github.com/efabrica-team/phpstan-latte/compare/0.16.0...0.16.1