Skip to content

Prettier Migrations with a plethora of additions

Compare
Choose a tag to compare
@jrushlow jrushlow released this 04 Mar 13:37
· 60 commits to main since this release
bbb7949

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

Diff: v1.55.1...v1.56.0

Enjoy!