Releases: richardpiazza/CodablePlus
Releases · richardpiazza/CodablePlus
Codable+ 1.0.0
CodablePlus 0.4.0
This release adds a few additions:
KeyedDecodingContainerProtocolextension to allow for decoding of typeAny.KeyedEncodingContainerProtocolextension to allow for encoding of typeAny.- An
AnyEncodabletype-erased container that encodes its value to aSingleValueEncodingContainer.