Skip to content

Releases: prooph/common

4.0.0-beta2 Release

12 Jan 09:01
v4.0.0-beta2
aecd8ca
Compare
Choose a tag to compare
4.0.0-beta2 Release Pre-release
Pre-release
v4.0.0-beta2

4.0.0-beta2 Release

4.0.0-beta1 Release

12 Jan 08:59
v4.0.0-beta1
Compare
Choose a tag to compare
4.0.0-beta1 Release Pre-release
Pre-release
v4.0.0-beta1

4.0.0-beta1 Release

3.7.1 Release

14 May 06:43
Compare
Choose a tag to compare

Changed:

  • Better build matrix for travis

Fixed:

  • Update minimum requirements for beberlei/assert

3.7 Release

30 Jan 21:41
Compare
Choose a tag to compare

Changed

  • #50 move setPayload call

3.6 Release

08 Nov 22:37
Compare
Choose a tag to compare

Added

  • PHP 7 support
  • #46 Added abstract PayloadTrait::init to ensure it is present

3.5.5 Release

02 Oct 18:27
Compare
Choose a tag to compare

Fixed

  • #43 Null is now allowed as payload property "value"

3.5.4 Release

29 Sep 16:19
Compare
Choose a tag to compare

Changed

  • #42 Performance improvement for FQCNMessageFactory

3.5.3 Bugfix Release

01 Sep 18:33
Compare
Choose a tag to compare

Fixed

  • #41 Create \DateTimeImmutable from format failed in case of zero microseconds.

3.5.2 Release

26 Aug 18:58
Compare
Choose a tag to compare

Fixed

  • #39 Payload assertion stopped after the first value of an array. This is now fixed so that the whole payload is asserted recursively

3.5.1 Release

25 Aug 22:43
Compare
Choose a tag to compare

Fixes

  • #38 we needed to change the way how a new \DateTimeImmutable is created so that microseconds are really tracked by the datetime object.