Prettier Migrations with a plethora of additions
Howdy Makers,
We've added a host of new features focusing around bringing MakerBundle up to snuff with it's peers. In make:user
, we're shifting towards using the preferred UniqueConstraint
instead of Column(unique: true)
, make:reset-password
ensures the password is not compromised and packs some strength, and you can have your make:migrations
nice and tidy by passing --formatted
. Check out the changelog
for all of the features and fixes that our community has contributed to this release!
v1.56.0
March 4th, 2024
Feature
- #1465 [make:twig-component] default to "no" when asking if is live component - @jrushlow
- #1463 [make:serializer:normalizer] stop using CacheableSupportsMethodInterface - @jrushlow
- #1460 [make:user] handle ORM\Column.unique deprecation - use ORM\UniqueConstrain - @maelanleborgne
- #1413 [DoctrineHelper] handle property type for custom doctrine type - @IndraGunawan
- #1405 [make:reset-password] increase password strength & check for comprimised password - @Spomky
- #1402 [make:entity] remove PasswordUpgraderInterface annotation in phpdoc - @AurelienPillevesse
- #1393 [make:*] add
single_text
widget for all date types - @tacman - #1345 [make:migration] Format the generated migration sql by passing
--formatted
to the command - @StevenRenaux - #1243 [make:registration] drop guard authentication support - @jrushlow
- #516 [make:migration] add ability to specify a configuration file - @LeJeanbono
Bug
- #1472 [make:migration] --configuration is available in all versions - @jrushlow
- #1469 - [make:form] fix generated field options_code indentation - @IndraGunawan
- #1468 - [make:crud] fixed issues with make CRUD test Controller generation - @dr-matt-smith
- #1461 - [make:auth] Fix 'always-remember-me' param always set to true - @maelanleborgne
Diff: v1.55.1...v1.56.0
Enjoy!