Skip to content

馃殌 v3.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 22:43
583f1b0

What's Changed

  • Add TopLevelEncoder & TopLevelDecoder reusing Combine鈥檚 if available by @kdubb in #56
  • Require transformer Source types to be Encodable or Decodable by @kdubb in #58
  • Support transformers in TopLevelEncoder & TopLevelDecoder by @kdubb in #57
  • Add decodeContents(using:) and use generic sequence in encode(:,using:) for UnkeyedDecodingContainer by @kdubb in #59
  • Add ValueCodingTransformerProviding that allows encoding/decoding without implmenting Codable by @kdubb in #60
  • Remove mutating from extenions on SingleValueDecodingContainer by @kdubb in #61

Full Changelog: 3.1.1...3.2.0