packagist symfony/maker-bundle v1.57.0
getPayload() with Uid's, better messages, & VerifyEmail improvements

latest releases: v1.59.0, dev-main, v1.58.0...
one month ago

Howdy Makers,

Instead of calling $request->request->get(), we're using the new getPayload() method in controller templates, you can generate entities with UUID's || ULID's instead of an int as the id, and we've fixed up a few exception messages to make things a bit more clear. SymfonyCast's VerifyEmailBundle released v1.17.0 recently that introduces a few deprecation's & make:registration was updated to take handle those new features.

Check out the PR's below for more details on the new features. Anywho, back PR Squashing...

v1.57.0

March 22nd, 2024

Feature

  • #1488 [make:*] allow the option to use ULID's for entity id's - @jrushlow
  • #1484 [make:auth] use getString() instead of get() - @seb-jean
  • #1477 [make:message] Modernize Messenger\Message class, use PHP8 features - @lyrixx
  • #1475 [make:user] better exception msg for non-attribute mapping entities - @jrushlow
  • #1474 [make:entity] Prevent entity name from having an accent - @Fan2Shrek
  • #1473 [make:*] use getPayload() instead of accessing request on Request objects - @Fan2Shrek
  • #1464 [make:registration-form] use validateEmailConfirmationFromRequest() when verifying emails - @jrushlow
  • #1329 Add support for generating UUID id fields in entities - @Coffee2CodeNL

Bug

  • #1490 [make:entity] Fix a small typo in a make:entity error message - @maelanleborgne
  • #1486 [make:entity] Fix exception message if mercure bundle not found with --broadcast - @cavasinf

Diff: v1.56.0...v1.57.0

Enjoy!

Don't miss a new maker-bundle release

NewReleases is sending notifications on new releases.