Releases: kingsquare/communibase-entity
Releases · kingsquare/communibase-entity
v6.0.0
v5.0.0
Added
- [BC break] add CommunibaseIdCollection
- add clone methods to Address, Email and PhoneNumber
Code style
- [BC break] strict typing
Native geo handling support
This release includes the support for handling native geo point lat/lon stuff
Fixed docblocks
Fixed docblocks to keep the IDE's happy.
Return static objects
Bugfix: 'new self' should have been 'new static'.
Extendable entities
Composition wasn't the way here. We need ease access to the dataBag to fetch/store extra fields. Getting/setting the dataBag is dirty. Besides, most of the time we'll need to wrap all public methods one-on-one in de wrapper object. Using inheritance solves all these problems.
Add streetNumberAddition
Add streetNumberAddition.
v2.0.0
Stricter handling of CommunibaseId[] and Geolocations