The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
Added support for PHP8.
Added comments on the TransferableStorage
interface to describe the options parameter.
Allowing Storage::get()
to return null. This has always been the intention but 2.0.0 was tagged with a bug
that could only be corrected with a BC break.
Drop support og php < 7.2 Add strict I/O type hinting Allow passing options when exporting / importing a catalogue
No changes since 0.3.0.
MessageInterface
- The
Message
is now immutable. Replaced "setters" with "withers". Storage::create()
andStorage::update()
has updated signatures to use theMessageInterface
.
- Support for Symfony 4
- Documentation change on interface.
TransferableStorage
Message
is now final
Storage::create(Message $message)
Init release