Releases: lmc-eu/cqrs-types
Releases · lmc-eu/cqrs-types
Version 3.1.0
3.1.0 - 2024-01-30
- Allow
psr/cache
v2
Version 3.0.0
3.0.0 - 2022-04-22
- [BC] Require php 8.1
Version 2.3.0
2.3.0 - 2022-04-05
- Add
ImpureResponseDecoderInterface
- Show detailed type for
DecodedData
value object
Version 2.2.0
2.2.0 - 2022-03-31
- Use internal cache for
CacheKey
hashed value
Version 2.1.0
2.1.0 - 2021-08-23
- Add
DecodedValueInterface
to allow other implementations than justDecodedValue
Version 2.0.0
2.0.0 - 2021-08-09
- [BC] Add
$initiator
argument toResponseDecoderInterface::supports
method
Version 1.1.0
1.1.0 - 2021-07-28
- Copy
$response
inProfilerItem
not to store a reference to the original object - Add
OnErrorCallback::ignoreError
named constructor
Version 1.0.0
1.0.0 - 2021-05-12
- Initial implementation