Skip to content

Releases: lmc-eu/cqrs-types

Version 3.1.0

30 Jan 15:32
Compare
Choose a tag to compare

3.1.0 - 2024-01-30

  • Allow psr/cache v2

Version 3.0.0

22 Apr 11:20
dd1f43d
Compare
Choose a tag to compare

3.0.0 - 2022-04-22

  • [BC] Require php 8.1

Version 2.3.0

05 Apr 10:51
2c78762
Compare
Choose a tag to compare

2.3.0 - 2022-04-05

  • Add ImpureResponseDecoderInterface
  • Show detailed type for DecodedData value object

Version 2.2.0

31 Mar 07:33
132ac1e
Compare
Choose a tag to compare

2.2.0 - 2022-03-31

  • Use internal cache for CacheKey hashed value

Version 2.1.0

23 Aug 12:37
6ce6f8b
Compare
Choose a tag to compare

2.1.0 - 2021-08-23

  • Add DecodedValueInterface to allow other implementations than just DecodedValue

Version 2.0.0

09 Aug 10:03
58591e1
Compare
Choose a tag to compare

2.0.0 - 2021-08-09

  • [BC] Add $initiator argument to ResponseDecoderInterface::supports method

Version 1.1.0

28 Jul 19:01
f529895
Compare
Choose a tag to compare

1.1.0 - 2021-07-28

  • Copy $response in ProfilerItem not to store a reference to the original object
  • Add OnErrorCallback::ignoreError named constructor

Version 1.0.0

12 May 08:42
85fa02d
Compare
Choose a tag to compare

1.0.0 - 2021-05-12

  • Initial implementation