Skip to content

Releases: laravel-doctrine/orm

v1.4.5

27 Feb 12:53
Compare
Choose a tag to compare

Doctrine 2.6 support

v1.4.4

27 Feb 12:52
Compare
Choose a tag to compare
Add return statement to Illuminate::resetManager() (#250)

Update related tests to check that behavior

v1.4.3

08 Feb 17:08
367b709
Compare
Choose a tag to compare

Laravel 5.6 support

v1.4.2

31 Aug 19:58
5d1d09b
Compare
Choose a tag to compare

Factory states

v1.4.1

31 Aug 19:50
fc021c5
Compare
Choose a tag to compare
Laravel 5.5 update

v1.4.0

31 Aug 19:24
Compare
Choose a tag to compare

Laravel 5.5 release

v1.3.10

31 Aug 19:58
Compare
Choose a tag to compare

Factory states

v1.3.9

31 Aug 19:14
Compare
Choose a tag to compare

No 5.5 support on 1.3

v1.3.8

31 Aug 19:01
Compare
Choose a tag to compare

Laravel 5.5 support

v1.3.7

17 Jul 08:37
Compare
Choose a tag to compare
[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