Skip to content

Releases: PcComponentes/ddd

v4.2.0

06 Jul 11:48
15fa381
Compare
Choose a tag to compare
  • Add date value object #40
  • Renamed DateTimeRangeValeObject to DateTimeRangeValueObject and deprecated the first.
  • Added value method to Value interface

v4.1.0

26 Oct 06:41
9120ee8
Compare
Choose a tag to compare

feat: Add unique id value object

v4.0.1

22 Sep 10:03
46a57c2
Compare
Choose a tag to compare
  • fix: Keep microseconds in DateTimeValueObject #38

v4.0.0

20 Sep 10:18
9b64f2a
Compare
Choose a tag to compare
  • feat: allow set occurred on datetime format
  • refactor: remove aggregate message aggregate uuid support
  • refactor: add static return types to factories

v3.1.0

14 Jul 09:05
6c66124
Compare
Choose a tag to compare
  • AggregateMessage edited: now aggregate id is a string value object, not uuid required.
  • Add deprecation: on "AggregateMessage::fromPayload" $aggregateId should be a AggregateId value object instead of Uuid.

v3.0.0

10 May 07:18
dab09a7
Compare
Choose a tag to compare
  • remove unsafe ValueObject constructors
  • phpstand added
  • php7.4 compatibility removed
  • update return types (adding ": static" to factories)
  • add iterator and countable type hint to collection

v2.3.2

06 Apr 12:35
6789562
Compare
Choose a tag to compare

#31 Updated return type from self to static

v2.3.1

04 Apr 16:39
b34d7f1
Compare
Choose a tag to compare

v2.3.1

#30 Add missing return types

v2.3.0

14 Mar 09:16
7b07fdb
Compare
Choose a tag to compare
Update ramsey UUID to latest

Update ramsey UUID to latest

Obtain collection first element

26 May 09:11
3b33b54
Compare
Choose a tag to compare

added: Obtain collection first element