All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.5.0 - 2018-02-11
- Added
DoctrineCollector::clear
to clear properties of class.
2.4.0 - 2018-01-20
- Added new
namespace_prefix
option to generate command
- commands are now usable with Symfony 3.2 - 3.3
2.3.1 - 2018-01-16
- Register commands explicitly in
commands.xml
- Generator services are now public
2.3.0 - 2017-11-30
- Changed internal folder structure to
src
,tests
anddocs
- It is now allowed to install Symfony 4
- Support for old versions of PHP and Symfony.
2.2.0 - 2017-04-25
- Added optional
--namespace
option toGenerateCommand
- Added new functionality to add ORM overrides