Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v1.62.0](https://github.com/symfony/maker-bundle/releases/tag/v1.62.0)

*September 30th, 2024*

### Feature

- [#1603](https://github.com/symfony/maker-bundle/pull/1603) [make:controller] add ability to create controller with tests - *@jrushlow*
- [#1601](https://github.com/symfony/maker-bundle/pull/1601) [tests] allow dev's to view test process output locally - *@jrushlow*
- [#1597](https://github.com/symfony/maker-bundle/pull/1597) [make:crud] name repository variable with entity prefix when generating tests - *@dr-matt-smith*
- [#1590](https://github.com/symfony/maker-bundle/pull/1590) [make:validator] drop annotation support in constraint - *@jrushlow*
- [#1589](https://github.com/symfony/maker-bundle/pull/1589) [make:validator] generate final classes - *@jrushlow*
- [#1588](https://github.com/symfony/maker-bundle/pull/1588) [make:controller] generate final controller class - *@jrushlow*
- [#1575](https://github.com/symfony/maker-bundle/pull/1575) [make:*] Use a PHP-CS-Fixer shim rather than an external PHAR - *@theofidry*

### Bug

- [#1596](https://github.com/symfony/maker-bundle/pull/1596) [tests] Fix double slashes in tmp PHPUnit path - *@symfonyaml*

## [v1.61.0](https://github.com/symfony/maker-bundle/releases/tag/v1.61.0)

*August 29th, 2024*
Expand Down