Releases: othercodes/ComplexHeart
Releases · othercodes/ComplexHeart
Release v0.4.7
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
Release 0.4.5
Release v0.4.4
- Feature/Add IS NULL and IS NOT NULL filters (#35)
Release 0.4.3
Changes in release:
- Hotfix/Initialize string format when wakes DateTimeValue up
Release 0.4.2
Changes in this release:
- Bugfix/Now the filters VO is correctly serialized with array values.
Release 0.4.1
Changes in this release:
- Bugfix/Make sure that criteria builder builds criteria with order = none by default (#29)
Release 0.4.0
Release 0.3.0
Release 0.2.0
- 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
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
withfakerphp/faker
. - Now
Identifier
interface exposes a method calledis()
to check if the given id is the same as other instances, this method is specific alias ofequals()
for identifiers.