v1.60.0
版本发布时间: 2024-06-10 14:04:25
symfony/maker-bundle最新发布版本:v1.61.0(2024-08-30 06:50:41)
Howdy Makers!
We've improved type support in the generated templates to help keep static analysis tools happy, make:entity
now supports enums, relaxed ASCII character validation for entity names, & much more.
For MakerBundle Dev's:
-
composer tools:upgrade
- Upgrade all of thetools/
dependencies. -
composer tools:run
- Runphp-cs-fixer
,phpstan
, &twigcs
against the code base. -
tools:run:php-cs-fixer
- Run justphp-cs-fixer
. Works withphpstan
&twigcs
as well.
Enjoy!
v1.60.0
June 10th, 2024
Feature
- #1534 [make:entity] add enum support - @loicsapone
- #1543 [dx] make it easier to use tooling for devs - @jrushlow
- #1544 [make:webhook] phpstan types and single quotes - @seb-jean
- #1546 [make:message] phpstan types - @seb-jean
- #1545 1545 [make:crud] use getString() instead of get() for csrf token - @seb-jean
- #1568 [make:schedule] Add transport name for attribute - @NicolasJourdan
- #1574 [make:validator] phpstan types - @seb-jean
Bug
- #1496 [make:entity] confirm to allow non-ascii char's in entity names - @Fan2Shrek
- #1533 make:security:form-login] fix remember me label - @jrushlow
- #1535 [make:entity] Update ux-turbo package name to have proper suggestion - @nfragnet
- #1559 [make:entity] fix indentation in broadcast_twig_template.tpl.php - @seb-jean
- #1569 Fix generated twig file location - @IndraGunawan
New Contributors
- @nfragnet made their first contribution in https://github.com/symfony/maker-bundle/pull/1535
- @loicsapone made their first contribution in https://github.com/symfony/maker-bundle/pull/1534
- @NicolasJourdan made their first contribution in https://github.com/symfony/maker-bundle/pull/1568
Diff: https://github.com/symfony/maker-bundle/compare/v1.59.1...v1.60.0