Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
v1.4.5
Doctrine 2.6 support
v1.4.4
Add return statement to Illuminate::resetManager() (#250) Update related tests to check that behavior
v1.4.3
Laravel 5.6 support
v1.4.2
Factory states
v1.4.1
Laravel 5.5 update
v1.4.0
Laravel 5.5 release
v1.3.10
Factory states
v1.3.9
No 5.5 support on 1.3
v1.3.8
Laravel 5.5 support
v1.3.7
[FEATURE] Add hydrator registration to EntityManagerFactory (#257) * Add hydrator registration to EntityManagerFactory * Enables an easy way to register custom Doctrine hydrators * Add `custom_hydration_modes` entry to `doctrine` config * Add `setCustomHydrationModes` method to EntityManagerFactory * Code style fixes * Fix EntityManagerFactoryTest - Fix mock config (add new `get` call definition) * Add default value for backwards compatibility * Fix EntityManagerFactoryTest