Releases: compositephp/entity
Releases · compositephp/entity
v0.1.12
v0.1.11
- Improve AbstractEntity::resetChangedColumns for performance reasons
0.1.10
New column type - Collection (ArrayAccess)
v0.1.9
- UUID column support added
v0.1.8
- Add the possibility of attaching a custom hydrator to the entity
- Performance improvements
v0.1.7
- Add .gitattributes which should clean useless files in vendor
v0.1.6
- New attribute SkipSerialization - skips public and protected properties from serialization/deserialization
v0.1.5
- Add new helper methods to fetch the attributes from class and properties
- Minor improvements