v1.45.0
版本发布时间: 2022-07-26 20:35:16
symfony/maker-bundle最新发布版本:v1.61.0(2024-08-30 06:50:41)
Howdy Makers!
Instead of appending an item to a collection using brackets $collection[] = $item
, we now generate code that utilizes Doctrines add()
method. We've also squashed a couple minor bugs in make:entity
&& make:registration-form
.
v1.45.0
July 26th, 2022
Feature
- #1136 - use method add() instead of [] in collection adder-method - @HKandulla
Bug
-
#1154 - [make:entity] remove empty parenthesis on
id
- @jrushlow - #1153 - [make:registration-form] Fix escape text-strings - @mdoutreluingne
Diff: https://github.com/symfony/maker-bundle/compare/v1.44.0...v1.45.0
Enjoy!