Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
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
v1.3.6
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
Fix validation for laravel/framework (fixes #233)
v1.3.4
- Allow attribute closures, as Eloquent does (https://laravel.com/docs/5.4/database-testing#relationships)
- Testing\FactoryBuilder automatic *toMany associations
- fix presence verifier on lumen
- Master/slave connection support.
v1.3.3
- Add support for default table options in configuration
- Supported hydrating private properties of base class
v1.2.12
Add support for default table options in configuration
v1.3.2
- Doctrine <-> Laravel cache lifetime fix
v1.3.1
Fix for default cache driver
v1.2.11
Fix for default cache driver