Skip to content

v3.1.0

Compare
Choose a tag to compare
@fprochazka fprochazka released this 09 Apr 11:18
· 189 commits to master since this release
  • Fixed EntityRepository::countBy MSSql bug #235, thx @josefzajac
  • DI: Optimized production setup of autogenerating proxies 2fbfa9f - this might potentially be a BC Break for you, if you do not have a propper deployment process, where you generate proxies manually with orm:generate-proxies
  • DI: refactor services to bind with specific EM 018671a - this allows autowiring for the default entity manager, but still provides all the required services for all entitymanagers, so you can wire them manually
  • Console: Added command switches for choosing EntityManager #247, thx @foxycode
  • MagicAccessors: fix incorrect handling of method names #228, thx @lookyman
  • ProxyAutoloader: refactor DI & drop dependency on Container::onInitialize event #263, thx @enumag - Kdyby/Doctrine should be able to work without Kdyby/Events, if you override the EventManager service
  • Remove dependency on Nette\Callback 34c1495

This release is for Nette ~2.3