Skip to content

Releases: compositephp/entity

v0.1.12

25 Dec 10:06
Compare
Choose a tag to compare
  • Minor performance optimisation

v0.1.11

23 Dec 12:02
Compare
Choose a tag to compare
  • Improve AbstractEntity::resetChangedColumns for performance reasons

0.1.10

25 Nov 13:55
Compare
Choose a tag to compare

New column type - Collection (ArrayAccess)

v0.1.9

01 Oct 09:29
Compare
Choose a tag to compare
  • UUID column support added

v0.1.8

11 Jun 22:14
Compare
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
Compare
Choose a tag to compare
  • Add .gitattributes which should clean useless files in vendor

v0.1.6

20 May 08:49
Compare
Choose a tag to compare
  • New attribute SkipSerialization - skips public and protected properties from serialization/deserialization

v0.1.5

13 May 09:54
Compare
Choose a tag to compare
  • Add new helper methods to fetch the attributes from class and properties
  • Minor improvements