2.1.0 (2024-09-08)
2.0.1 (2024-06-12)
2.0.0 (2024-06-02)
- concrete exception type for
MetadataSerializer
deserialization failure (#63)
1.0.4 (2024-06-02)
- Add
phpstan-assert
fornon-empty-string
toMessageId
factories for call site inference (#90) (e433b36) - Add
phpstan-assert
fornon-empty-string
toUuidConverter
for call site inference (#91) (664ab9c)
1.0.3 (2024-05-28)
- Add
non-empty-string
inference for call site inMessageName
(#84) (ef94de3) - Document that
Metadata
withers only accept new additional metadata, not mandatory (#79) (bb3c134) - Validate inputs for
Metadata
to ensure serializable when ignoring static analysis types (#77) (d9c2d67)
1.0.2 (2024-05-08)
- Document thrown exceptions in
Metadata
(afb9efc) - Document thrown exceptions in
UuidConverter
(1e0ad78)
- Don't make new
MessageId
inMetadataFactory
(29bc606)