Skip to content

Releases: othercodes/ComplexHeart

Release v0.4.7

10 Jan 14:12
6d2239c
Compare
Choose a tag to compare

What's Changed

  • Bugfix/Make ArrayValue implementation compatible with the PHP8.1 and above by @segoddnja in #41

Full Changelog: v0.4.6...v0.4.7

Release v0.4.6

06 Dec 13:30
46f9202
Compare
Choose a tag to compare
Release 0.4.5

Release v0.4.4

27 Sep 11:39
3c8058c
Compare
Choose a tag to compare
  • Feature/Add IS NULL and IS NOT NULL filters (#35)

Release 0.4.3

20 Aug 07:16
Compare
Choose a tag to compare

Changes in release:

  • Hotfix/Initialize string format when wakes DateTimeValue up

Release 0.4.2

26 Apr 11:03
9870785
Compare
Choose a tag to compare

Changes in this release:

  • Bugfix/Now the filters VO is correctly serialized with array values.

Release 0.4.1

12 Mar 12:14
550aae2
Compare
Choose a tag to compare

Changes in this release:

  • Bugfix/Make sure that criteria builder builds criteria with order = none by default (#29)

Release 0.4.0

12 Mar 12:04
81e8d1b
Compare
Choose a tag to compare

Changes in this release:

  • Feature/Added filter on to call invariants atomically. (#27)
  • Feature/Added wakeup method to create instances without call explicitly the constructor. (#26)
  • Feature/Added State machine pattern. (#25)
  • Feature/Add __toString method to Identifier contract. (#24)

Release 0.3.0

11 Feb 16:43
347bbb6
Compare
Choose a tag to compare
  • Feature/Added Criteria Builder. (#22)
  • Feature/Added extended list of value objects. (#20)
  • Feature/Added official support for PHP 8.0 (#21)

Release 0.2.0

10 Feb 21:52
edb931a
Compare
Choose a tag to compare
  • Feature/Extended documentation. (#17)
  • Feature/Added wiki auto-publish action. (#16)
  • Feature/QueryBus ask methods now has Response as return type. (#15)
  • Feature/Domain Event handling improvements. (#14)
  • Bugfix/Set mixed as default type for keys in collection. (#13)
  • Feature/Added support for key types on Collections. (#12)

Release 0.1.0

18 Jan 16:01
f065a66
Compare
Choose a tag to compare

Changelog for this release:

  • Added support for Collections, base functionality is provided by illuminate/collections.
  • Added support for DTO (Data Transfer Objects), base functionality is provided by spatie/data-transfer-object.
  • Replaced fzaninotto/faker with fakerphp/faker.
  • Now Identifier interface exposes a method called is() to check if the given id is the same as other instances, this method is specific alias of equals() for identifiers.