Skip to content

Releases: kingsquare/communibase-entity

v6.0.0

03 Dec 10:24
c4bd956
Compare
Choose a tag to compare

Upgrades / code style

  • PhpUnit 8
  • PhpStan level 8
  • [BC break] bump minimal php version to 7.3

v5.0.0

12 Oct 22:06
v5.0.0
39028ed
Compare
Choose a tag to compare

Added

  • [BC break] add CommunibaseIdCollection
  • add clone methods to Address, Email and PhoneNumber

Code style

  • [BC break] strict typing

Native geo handling support

25 Oct 12:23
669b428
Compare
Choose a tag to compare

This release includes the support for handling native geo point lat/lon stuff

Fixed docblocks

21 Aug 10:31
5abcea0
Compare
Choose a tag to compare

Fixed docblocks to keep the IDE's happy.

Return static objects

21 Aug 10:17
6eef9cf
Compare
Choose a tag to compare

Bugfix: 'new self' should have been 'new static'.

Extendable entities

21 Aug 10:11
49185e8
Compare
Choose a tag to compare

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

16 Aug 15:39
330f8eb
Compare
Choose a tag to compare

Add streetNumberAddition.

v2.0.0

19 Jun 21:28
a6a2957
Compare
Choose a tag to compare

Stricter handling of CommunibaseId[] and Geolocations

v1.1

19 Jun 10:34
2535154
Compare
Choose a tag to compare

This fixes several tests and includes phpstan (max level) checks too.