Skip to content

Releases: symfony/maker-bundle

make:entity UX Turbo Support, Symfony 5.3 support, more PHP 8 support

05 May 18:43
Compare
Choose a tag to compare

Hi Makers!

This release contains a large number of enhancements, especially related to supporting Symfony 5.3 features and PHP 8 in more places:

Features:

#864 - [make:command] template: add void return type to configure method - @duboiss
#862 - [make:user] implement getUserIdentifier if required - @jrushlow
#860 - Add support for Symfony UX Turbo - @dunglas
#859 - use attributes for API Platform when using PHP 8+ - @dunglas
#855 - [reset-password] allow anyone to access check email - @jrushlow
#853 - [make:voter] generate type hints - @jrushlow
#849 - [make:user] user entities implement PasswordAuthenticatedUserInterface - @jrushlow
#826 - Add autocomplete html tag to forms - @duboiss
#822 - [make:command] lets use attributes if possible - @jrushlow

Diff: v1.30.2...v1.31.0

Happy making!

make:entity - one more fix for DoctrineBundle 2.3 and greater

23 Mar 14:04
Compare
Choose a tag to compare

Hi Makers!

This release contains one MORE small fix for make:entity when used with DoctrineBundle 2.3 and higher. This fixes #845 where, in some cases, the fix from version 1.30.1 was incomplete.

See #847 for the fix.

Diff: v1.30.1...v1.30.2

Happy making!

make:entity Fix for DoctrineBundle 2.3 and greater

22 Mar 17:50
Compare
Choose a tag to compare

Hi Makers!

This release contains one small fix for make:entity when used with DoctrineBundle 2.3 and higher.

See #844 for the fix and #841 for more details.

Diff: 1.30.0...v1.30.1

Happy making!

make:crud Customizable controller name

19 Mar 18:33
Compare
Choose a tag to compare

Hi Makers!

This release contains a few small features - both for make:crud:

  • [make:crud] Ask a new question - controller name - to allow that to
    be customized - #840 thanks to @weaverryan

  • [make:crud] Make the delete form submit via a normal POST request
    instead of delete - #825 thanks to @jrushlow

  • Dropped support for Symfony 3 - #819 thanks to @jrushlow

Diff: 1.29.1...v1.30.0

Happy making!

Tiny bug fix with generated variable casing

10 Feb 19:23
Compare
Choose a tag to compare

Hi Makers!

This release contains one bug fix for make:auth with an upper case variable name - see #812 - thanks @jrushlow

Diff: 1.29.0...v1.29.1

Happy making!

New Command: make:test

07 Feb 01:05
Compare
Choose a tag to compare

Hi Makers!

This release contains various minor fixes and a new make:test command!

  • [make:test] Added a new command that interactively asks you between
    several different styles of test classes. See #807 thanks to @dunglas.

Diff: 1.28.0...v1.29.0

Happy making!

Fix for make:reset-password & Various Enhancements

15 Jan 18:24
Compare
Choose a tag to compare

Hi Makers!

This release contains a number of small features or bug fixes:

  • #785 [make:reset-password] Addresses an issue with the wrong "token expires in DATETIME" being rendered on the confirmation page - thanks to @jrushlow
  • #784 Sort entity auto-completion in various commands - thanks to @zorn-v
  • #787 [make:registration-form] Fix for generated controller with anonymous email verification

Diff: 1.27.0...v1.28.0

Happy making!

make:registration-form: allow email verification without log in

08 Jan 18:17
Compare
Choose a tag to compare

Hi Makers!

This release includes a new feature related to "email verification" during registration.

HIGHLIGHTS

  • [make:registration-form] Added a new question to generate code that will allow
    users to click on the "verify email" link in their email without needing to be
    authenticated - #776 thanks to @jrushlow!

Changes: v1.26.1...v1.27.0

Happy making!

bug fixes for "reset password" and "verify email" expiration dates

18 Dec 17:11
Compare
Choose a tag to compare

Hi Makers!

This release includes a bug fix in #770 (thanks to @jrushlow) for the generated code in the "verify email" and "reset password" email templates. Each library fixed a timezone bug, and MakerBundle now generates code that takes advantage of that fix.

Changes: v1.26.0...v1.26.1

Cheers!

Support for Symfony 5.2 "authenticators" in make:auth

17 Dec 20:01
Compare
Choose a tag to compare

Hi makers!

This release updates the make:auth command to automatically generate the "new style" authenticators if you have the new authenticator-based security enabled (enable_authenticator_manager: true).

Thanks to @jrushlow in #736 for this

Changes: v1.25.0...v1.26.0

Have fun!