- #484 Remove 0.x hint for composer installs.
- #488 Fix: Streamline configuration examples
- #493 ZF3 compatibility
- #494 Hotfix router config
- #498 Expose to
zend-component-installer
as moduleDoctrineORMModule
- #500 ZF3 Composer dependencies - hotfix
- #496 Fix: Missing view helper "zendDeveloperToolsTime"
- #492 Update to EXTRA_ORM.md to correct config key
- #505 Require stable version of DoctrineModule 1.2.0 instead of dev-master
- #459 Added ServiceManager v3 support
- #460 Add .gitattributes to remove unneeded files
- #453 Added an option to configure the ORM quote strategy
- #450 Use stable release for DoctrineModule
- #443 Added ability to configure the version column in MigrationsConfigurationFactory
- #457 Fixed compatibility with Zend\Mvc 2.7
- #458 Drop PHP 5.4 and allow PHP 7 on Travis
- #423 Docs about cache updated
- #428 metadatagrapher - fix diagram inconcistency
- #429 Added naming strategy doc
- #434 bump orm to 2.5 dependency
- #435 Feature/metadatagrapher fix
- #437 Doctrine comment types
- #405 Provide the dialog and question helper
- #413 Fixed missing version
- #414 Change test configuration to manage migrations path
- #417 Bump some dependencies versions to be ZF 2.5 compliant
- #418 Change build paremeters to prevent errors with hhvm and php7
- #199 Add 'entity_listener_resolver' config key
- #281 Forced failing unit test for #247
- #306 Removing PHP 5.3.3 support
- #272 Fix and test #270, #242, #285
- #311 remove unused statement
- #326 Highlight only uppercase words
- #329 remove unused statements
- #328 wrong var assignment
- #313 Prevent overriding of type
- #338 order the classes
- #346 Corrected a typo in a comment to better clarify
- #357 Modify sql_logger_collector class factory
- #360 Add example for entity_resolver
- #359 Update deprecated dialog console helper
- #363 Prevent Zend\Form\Element\File types inherit of StringLength validator...
- #365 Re-enable scrutinizer code coverage
- #373 Add doc for cache
- #347 added extra check in handleRequiredField
- #377 fix docblocks
- #376 Add latest migrations command
- #375 Default repository
- #374 Use
ResolveTargetEntityListener
as an event subscriber when supported - #318 Add support for second level cache
- #378 Allow to set file lock for SLC
- #380 Fix typo in configuration file markdown.
- #385 Allow symfony 3.0 components
- #388 update comment block in Module.php as no Module::getAutoloaderConfig()
- #389 Delete Module.php in root directory
- #390 travis: PHP 5.6, 7.0 nightly added, 5.3 dropped
- #392 Use-case: caching module' s configuration
- #396 Removed unnecessary line in travis config
- #398 Composer * -update for stable version
DoctrineORMModule\Form\Annotation\AnnotationBuilder
does now also handle associations #193DoctrineORMModule\Module
does not implementZend\ModuleManager\Feature\AutoloaderProviderInterface
anymore. Please switch to composer autoloading.DoctrineORMModule\Form\Annotation\ElementAnnotationsListener
was 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