Skip to content

Releases: laravel-doctrine/orm

v1.3.8

31 Aug 19:01

Choose a tag to compare

Laravel 5.5 support

v1.3.7

17 Jul 08:37

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

v1.3.6

21 Jun 20:31

Choose a tag to compare

Allow symfony/serializer:^3.0 (#246) …
Add Laravel 5.5 auto-discovery (#245)
[FIX] Throw an exception if exist: rule refers to an invalid entity name
[FIX] Clockwork logger: Convert seconds to milliseconds (#240) …
Paginate Trait: Don't use for all as there is no join (#236)
Include class name inside factory not found error (#235) …

v1.3.5

07 May 10:23
9eeab9d

Choose a tag to compare

Fix validation for laravel/framework (fixes #233)

v1.3.4

24 Apr 20:03

Choose a tag to compare

v1.3.3

03 Apr 12:11

Choose a tag to compare

  • Add support for default table options in configuration
  • Supported hydrating private properties of base class

v1.2.12

03 Apr 12:10

Choose a tag to compare

Add support for default table options in configuration

v1.3.2

29 Mar 13:22

Choose a tag to compare

  • Doctrine <-> Laravel cache lifetime fix

v1.3.1

21 Feb 11:59

Choose a tag to compare

Fix for default cache driver

v1.2.11

21 Feb 11:59

Choose a tag to compare

Fix for default cache driver