Skip to content

Releases: XactSystems/type-hint-hydrator

Use the entity metadata, not the proxy, so we can set stratergies correctly.

03 Jun 15:17
1d0968b

Choose a tag to compare

Use the entity metadata, not the proxy, so we can set stratergies correctly. Use the Doctrine metatdata to determine if a property is a collection.

Use the entity metadata, not the proxy, so we can set strategies correctly

27 May 09:57

Choose a tag to compare

Use the entity metadata, not the proxy, so we can set strategies correctly.
Use the Doctrine metatdata to determine if a property is a collection.

Fix for nested entities not being hydrated with hydrateEntity.

19 May 15:08

Choose a tag to compare

v3.4.18

Fix for nested entities not being hydrated with hydrateEntity.

Add hydrateEntity and handleEntityRequest methods.

07 May 13:44

Choose a tag to compare

Fix for not finding FQ class names in use statements.
Check the property is initialised before testing the property value.
Revert haydrateObject and handleRequest to just using the ReflectionHydrator.
Add hydrateEntity and handleEntityRequest methods where the DoctrineHydrator is used.

Revert haydrateObject and handleRequest to just using the ReflectionHydrator.

07 May 10:12

Choose a tag to compare

Revert haydrateObject and handleRequest to just using the ReflectionHydrator.
Add hydrateEntity and handleEntityRequest methods where the DoctrineHydrator is used.

Check the property is initialised before testing the property value.

06 May 10:28

Choose a tag to compare

v3.4.16

Check the property is initialised before testing the property value.

Fix for not finding FQ class names in use statements.

29 Apr 14:17

Choose a tag to compare

Fix for not finding FQ class names in use statements.
Use the default AllowRemoveByValue strategy for collections.

Use the Laminas Doctrine hydrator for entities.

28 Apr 14:52

Choose a tag to compare

v3.4.14

Use the Laminas Doctrine hydrator for entities.

Add value change checking for DateTime objects.

28 Apr 11:24

Choose a tag to compare

Add value change checking for DateTime objects. Doctrine will mark a datetime field as changed if the object is replaced, not the internal value.

Get the parent class for proxied entity classes.

26 Mar 17:35

Choose a tag to compare

3.4.12

Get the parent class for proxied entity classes.