Skip to content

Releases: richardpiazza/CodablePlus

CodablePlus 0.4.0

25 Feb 13:39
26caf3d
Compare
Choose a tag to compare

This release adds a few additions:

  • KeyedDecodingContainerProtocol extension to allow for decoding of type Any.
  • KeyedEncodingContainerProtocol extension to allow for encoding of type Any.
  • An AnyEncodable type-erased container that encodes its value to a SingleValueEncodingContainer.