DoctrineORMModule\Form\Annotation\AnnotationBuilderdoes now also handle associations #193DoctrineORMModule\Moduledoes not implementZend\ModuleManager\Feature\AutoloaderProviderInterfaceanymore. Please switch to composer autoloading.DoctrineORMModule\Form\Annotation\ElementAnnotationsListenerwas updated to properly handle input specs for elements and changed the default elements for datetime and date to Zend\Form\Element\DateTime and Zend\Form\Element\Date respectively.
Version 0.4.0 has been rewritten from scratch using the new ServiceManager component of ZF2. This allows for
drastically increased performance and reduced complexity of setup.
An alias has been set to reference Doctrine\ORM\EntityManager to help with BC but it is deprecated and will be removed in the future. The new service name is doctrine.entitymanager.orm_default.
The module.doctrine_orm.local.config.php.dist has been removed. Please review the README.md to setup your connection.
Version 0.3.1 integrated CLI with composer's CLI scripts registration method. To do so without conflicting with
Doctrine ORM's CLI, you now have to access it either via ./vendor/bin/doctrine-module or
./vendor/doctrine/DoctrineModule/bin/doctrine-module.
After version 0.2.1, submodules have been dropped as they were too heavy and complex to manage. If you now want to use
this module, please use composer, as described in
README.md