Skip to content

Releases: JohnSundell/Codextended

Codextended 0.3.0

14 May 09:54
8d7c46d
Compare
Choose a tag to compare

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 👍

Codextended 0.2.0

10 Apr 14:24
853ebe7
Compare
Choose a tag to compare
  • 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

Codextended 0.1.0

08 Apr 12:14
Compare
Choose a tag to compare

Initial release of Codextended.