Generated Controller Improvements, Translations, API Platform 3.0 Tests, & Some Bug Squashing
Hi Makers!
We've squashed a few bugs and have added a few improvements including support for translating exception reasons in VerifyEmailBundle, API Platform 3.0 compliant test cases, improved route names in generated CRUD / Controllers, and finally the ability to use generated repositories instead of the EntityManagerInterface
in a few cases!
v1.38.0
February 24th, 2022
Feature
- #1076 - [make:registration-form] Translate reasons for VerifyEmailBundle if translator available - @bocharsky-bw
- #1015 - Update ApiTestCase to be compliant with ApiPlatform v3.0 - @laryjulien
- #1007 - [make:controller][make:crud] Make route names start with 'app_' - @robmeijer
- #939 - [make:crud] Improve controller generation - @bdaler
Bug Fix
- #1046 - [make:entity] Exclude inherited embedded class properties - @Vincz
- #910 - [YamlSourceManipulator] Tweak regex pattern for regex key - @lubo13
- #830 - [make:validator] Fix @var typehint comments - @mmarton
Diff: v1.37.0...v1.38.0
Happy making!