v1.62.0 : Final Controllers, Validators, & PHP-CS-Fixer as a Composer dependency
What's Changed
- [make:validator] drop annotation support in constraint by @jrushlow in #1590
- [docs] ignore composer lock file by @jrushlow in #1593
- [make:validator] generate final classes by @jrushlow in #1589
- [ci] temp. skip API Platform tests - recipe conflict by @jrushlow in #1598
- [make:*] Use a PHP-CS-Fixer shim rather than an external PHAR by @theofidry in #1575
- [tests] allow dev's to view test process output locally by @jrushlow in #1601
- [make:controller] add tests for command argument names by @jrushlow in #1602
- [make:controller] generate final controller class by @jrushlow in #1588
- [make:controller] add ability to create controller with tests by @jrushlow in #1603
- [make:controller] maker housekeeping by @jrushlow in #1604
- [tests] Fix double slashes in tmp PHPUnit path by @symfonyaml in #1596
- [make:crud] name repository variable with entity prefix when generating tests by @dr-matt-smith in #1597
- replace Bundle with the new AbstractBundle class by @jrushlow in #1514
- move templates to root template dir by @jrushlow in #1606
- Move help files into new directory structure by @jrushlow in #1605
- minor: run cs-fixer/phpstan with lowest supported PHP by @kbond in #1620
- [doc] make:entity requires Doctrine by @alexislefebvre in #1611
- [make:entity] Issue with detected mixed type set to be nullable by @sadikoff in #1619
- [make-entity]Keep the 'is' prefixes for booleans properties setters by @octoseth in #1621
- minor: cs fix by @kbond in #1623
- [doc]remove prepended doubleslash in exceptionmessage by @Butterd in #1622
New Contributors
- @symfonyaml made their first contribution in #1596
- @alexislefebvre made their first contribution in #1611
- @octoseth made their first contribution in #1621
- @Butterd made their first contribution in #1622
Full Changelog: v1.61.0...v1.62.0