Codextended Versions Save

Extensions giving Swift's Codable API type inference super powers πŸ¦Έβ€β™‚οΈπŸ¦Ήβ€β™€οΈ

0.3.0

5 years ago

This version of Codextended adds an API for decoding optionals while still throwing an error if the decoding failed; named decodeIfPresent (same as vanilla Codable). Thanks to @eseay for implementing this πŸ‘

0.2.0

5 years ago
  • PropertyListDecoder is now supported on non-Apple platforms when using Swift 5.1 (thanks @pvieito!)
  • ISO8601DateFormatter can now be used when decoding or encoding dates

0.1.0

5 years ago

Initial release of Codextended.