v2.0.6
版本发布时间: 2015-02-02 10:27:24
Kdyby/Doctrine最新发布版本:v3.3.1(2018-08-19 02:43:40)
- lock to doctrine 2.4, because 2.5 contains api bc breaks
- Deprecated
EntityDao::save()
andEntityDao::remove()
- Deprecated
EntityManager::getDao()
- implemented
RepositoryFactory
- Fixed lazy inicialization of database that broke with
doctrine/dbal: 2.5
- Use namespaced evm from
kdyby/events
. All events are now first dispatched with namespace Doctrine\ORM\Event, but don't worry, it contains a BC fix that also dispatches the old variant without namespace. After you migrate all your listeners to namespaced variant, you can disable the dispatchGlobalEvents to increase performance - fixed minor bugs
This release is for Nette 2.1.*