Skip to content

Releases: richardpiazza/CodablePlus

Codable+ 1.0.0

10 Dec 16:49
1c7c16c

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...1.0.0

CodablePlus 0.4.0

25 Feb 13:39
26caf3d

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.