Make a Controller with a JsonResponse & improved enum support
Howdy Makers!
A small release that improves enum support, adds the ability to generate a controller that returns a JsonResponse, and we've up'd the ante on make:crud
generated tests.
v1.43.0
May 17th, 2022
Feature
- #1120 - [make:controller] Return a JsonResponse instead of a Response with --no-template - @l-vo
- #1117 - [make:crud] adding repository counts for crud testRemove - @dr-matt-smith
Bug
- #1118 - Fix errors when enable_authenticator_manager is not set - @l-vo
- #1042 - [CSM] fix: Handle enum as values - @Geekimo
Diff: v1.42.0...v1.43.0
Enjoy!