Releases: jellybeansoup/swift-any-codable
Releases · jellybeansoup/swift-any-codable
1.0.1
What's Changed
- Fixes an issue with numeric types being incorrectly decoded as
Date
by @jellybeansoup - Updates documentation and README to be more helpful and detailed by @jellybeansoup
- Introduce unit test automation with GitHub Actions by @jellybeansoup in #1
- Add a CODE_OF_CONDUCT.md by @jellybeansoup in #2
Full Changelog: 1.0.0...1.0.1
1.0.0
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
andUnkeyedDecodingContainer
to simplify decoding collections of specific types, including nested structures.
Full Changelog: https://github.com/jellybeansoup/swift-any-codable/commits/1.0.0