Skip to content

v3.11.0

Compare
Choose a tag to compare
@dvdoug dvdoug released this 04 Feb 17:56
· 9 commits to 3.x since this release

Changed

  • Calling json_encode() on a PackedBox or PackedItem now additionally serialises the entire underlying
    Box/Item where those objects also implement JsonSerializable. Previously the serialisation only included the
    key values from the Box/Item interfaces themselves.