Skip to content

A fix, a feature, and a test... Thats created with make:crud

Compare
Choose a tag to compare
@jrushlow jrushlow released this 09 May 19:50
· 379 commits to main since this release
fc9f6bc

Howdy Makers!

We've enhanced our support for Doctrine ORM v3.0, added support for "issers" when creating entities with bool type fields, and last but not least... 🥁 Whether your entity has a custom repository or leans on a stock EntityManagerInterface - we hope to improve your testing experience by generating functional tests alongside controllers generated with make:crud.

The ability to generate tests with make:crud is experimental in it's current form. We plan on adding better integration with Symfony's testing tools in the near future. If you have an idea or suggestion on how this could work better in your workflow, feel free to let us know or contribute with a PR.


v1.42.0

May 9th, 2022

Feature

  • #1114 - [make:entity] _em will be private in ORM 3.0, use getEntityManager() - @jrushlow
  • #456 - Use prefix "is" for getters on boolean fields - @MaximePinot
  • #307 - [make:crud][experimental] Add generated tests to make:crud - @ckrack

Bug

  • #1115 - [make:crud] fix broken controller with custom repository - @jrushlow

Diff: v1.41.0...v1.42.0

Enjoy!