Skip to content

Releases: compositephp/entity

v0.1.15

21 Nov 14:19

Choose a tag to compare

  • Support column with list of UUIDs

v0.1.14

16 Mar 11:55

Choose a tag to compare

  • Do not serialize properties with hook get or set hook only (php 8.4 only)
  • Improve json serialization with multi level entity properties more readable

v0.1.13

23 Nov 23:24

Choose a tag to compare

  • A new Date attribute has been added, enabling the ability to cast and uncast date columns to and from SQL
  • Add ability to use Enums as key in EntityList column

v0.1.12

25 Dec 10:06

Choose a tag to compare

  • Minor performance optimisation

v0.1.11

23 Dec 12:02

Choose a tag to compare

  • Improve AbstractEntity::resetChangedColumns for performance reasons

0.1.10

25 Nov 13:55

Choose a tag to compare

New column type - Collection (ArrayAccess)

v0.1.9

01 Oct 09:29

Choose a tag to compare

  • UUID column support added

v0.1.8

11 Jun 22:14

Choose a tag to compare

  • Add the possibility of attaching a custom hydrator to the entity
  • Performance improvements

v0.1.7

20 May 14:09

Choose a tag to compare

  • Add .gitattributes which should clean useless files in vendor

v0.1.6

20 May 08:49

Choose a tag to compare

  • New attribute SkipSerialization - skips public and protected properties from serialization/deserialization