Skip to content

Releases: jellybeansoup/swift-any-codable

1.0.1

11 Jan 06:01
7905b4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

10 Jan 08:08
c63333a
Compare
Choose a tag to compare

Initial release 🎉

  • AnyCodableKey: A flexible coding key type that supports both string and integer keys.
  • AnyCodableValue: A versatile type that can decode and encode a wide variety of primitive and composite values, such as numbers, strings, arrays, and dictionaries.
  • InstancesOf: A utility structure to extract collections of a specific type from complex data sources.
  • Decoding Extensions: Extensions for KeyedDecodingContainer and UnkeyedDecodingContainer to simplify decoding collections of specific types, including nested structures.

Full Changelog: https://github.com/jellybeansoup/swift-any-codable/commits/1.0.0