Codextended v0.3.0 Release Notes

Release Date: 2019-05-14 // almost 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 ๐Ÿ‘


Previous changes from v0.2.0

    • ๐Ÿ‘ 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