You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BufferUnpacker::__construct() now accepts Extension[] $extensions as the third argument
Packer::__construct() now accepts CanPack[] $transformers as the second argument
Removed
Methods:
BufferUnpacker::__clone() Cloning a BufferUnpacker object no longer resets the internal buffer, to get the old behavior
use $unpacker = $unpacker->withBuffer('')