Releases: symfony/maker-bundle
1.12.0 Various improvements & bug fixes (including for 4.3)
Hey friends!
This, quite big release, comes with a large number of nice improvements and bug fixes, powered by the entire community. Thanks to everyone that keeps pushing and improving MakerBundle ❤️ Highlights:
-
Use
[make:*-test]
Use the new WebTestAssertionsTrait methods in the generated
functional tests - #381 thanks to @adrienlucas -
Add a agree terms checkbox to
make:registration-form
- #394
thanks to @ismail1432 -
Template generation respects
twig.default_path
- #346
thanks to @LeJeanbono -
[Serializer] Normalizer now implements CacheableSupportsMethodInterface
with condition - #399 thanks to @jojotjebaby -
Deprecate Argon2i encoder used in
make:user
and use
auto
instead - #398 thanks to @nicolas-grekas -
[make:auth] Added logout support and help for logged in user -
in #406 thanks to @St0iK -
Use new event class names instead of strings in
make:event-subscriber
-
in #403 thanks to @jojotjebaby
Happy making!
Fix null handling of generated validators & "0" as a string
Just a small release to bring a few minor bug fixes:
- #367 - Question helper return zero as string - thanks to @LeJeanbono
- #376 - [make:validator] Custom constraints should ignore null and empty values - thanks to @voronkovich
Small phpdoc fix for make:validator
Small bug fix release for a php doc issue - see #370.
Have fun!
Bug fixes for embeddables, edge-case class names
Hiya!
Another patch release with some minor bug fixes and other minor things - all thanks to the community!
Cheers!
Changes: v1.11.3..v1.11.4
Fix for make:migration and various other small fixes
Hiya!
Just a patch release with some minor bug fixes and other minor things - all driven by community contributions. Woo!
Changes: v1.11.2..v1.11.3
Fixing some PHPCS bug and a make:auth validation bug
Hi friends!
Just a few bug fixes in this release:
- #343 Fixing phpcs and making the registration controller more explicit - thanks to @weaverryan
- #204 Fixed the IDE link in new controller + make code simpler in the generated controller - thanks to @lyrixx
- #203 Better CS in make:crud command - thanks to @lyrixx
- #345 fix - make:auth returns exception in validator.php - thanks to @LeJeanbono
Bug fix for non-existent src/Entity directory
Patch release that addresses 2 bugs:
- Fix entity directory does not exist - thanks to @yceruto #311
- Add missing
max
Length validator inmake:registration-form
- thanks to @weaverryan #337
New command: make:registration-form 🚀
Hey friends! This release comes with one new, shiny command:
- Add
make:registration-form
command - #333 thanks to @weaverryan
Enjoy!
New make:serializer:normalizer command and other minor new features
Another release to make developing in Symfony faster! Highlights:
-
Add
make:serializer:normalizer
command - #298 thanks
to @lyrixx -
Add a
--no-template
option tomake:controller
to skip
generating a template - #280 thanks to @welcoMattic -
Add support for rendering additional date types in make:crud
-
Better errors when trying to use reserved words for classes
- #306 thanks to @SerkanYildiz
make:form now works with non-entities!
Another release brought to you by the active community of MakerBundle! This release includes a number of bug fixes and one great new feature.
Changes: v1.8.0...v1.9.0