Releases: prooph/common
Releases · prooph/common
4.0.0-beta2 Release
v4.0.0-beta2 4.0.0-beta2 Release
4.0.0-beta1 Release
v4.0.0-beta1 4.0.0-beta1 Release
3.7.1 Release
Changed:
- Better build matrix for travis
Fixed:
- Update minimum requirements for beberlei/assert
3.7 Release
Changed
- #50 move setPayload call
3.6 Release
Added
- PHP 7 support
- #46 Added abstract
PayloadTrait::init
to ensure it is present
3.5.5 Release
Fixed
- #43 Null is now allowed as payload property "value"
3.5.4 Release
Changed
- #42 Performance improvement for FQCNMessageFactory
3.5.3 Bugfix Release
Fixed
- #41 Create \DateTimeImmutable from format failed in case of zero microseconds.
3.5.2 Release
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
Fixes
- #38 we needed to change the way how a new \DateTimeImmutable is created so that microseconds are really tracked by the datetime object.