Skip to content

Releases: Kitura/TypeDecoder

Remove support for Swift 4.x; Update CI

21 Aug 21:40
fd1e490

Choose a tag to compare

2.0.0

Update TravisCI; remove Swift 4.x support; add Swift 5.4 (#29)

First community release

21 Apr 06:06
28ec018

Choose a tag to compare

Updates documentation and github URL references to community versions

1.3.3

04 Apr 12:28

Choose a tag to compare

  • Support Swift 5

1.3.2

12 Mar 09:42
66550c1

Choose a tag to compare

  • Update tools-version to 4.2 (fixes compile warning) #22

1.3.1

19 Feb 14:48
e891b73

Choose a tag to compare

  • Fix Hashable compilation warning (#20)

1.3.0

10 Oct 09:39
2fd9b41

Choose a tag to compare

  • Enable handling of types that require validation (#13)
    • Introduces two new protocols, to enable types that validate their values to be inspected by the TypeDecoder: ValidSingleCodingValueProvider and ValidKeyedCodingValueProvider. See the README for more details.
    • Decoding errors that occur during type decoding will now be thrown as a TypeDecodingError. You may log or inspect this error to determine why decoding failed.

1.2.0

27 Sep 15:44
c04a1a3

Choose a tag to compare

  • TypeInfo now conforms to CustomDebugStringConvertible to provide a more succinct debugDescription suitable for use in a debugging context (#12)

1.1.0

05 Jul 11:21

Choose a tag to compare

  • Update to Swift 4.1.2
  • OrderedDictionary subscript to extract value from position

1.0.0

15 May 10:31

Choose a tag to compare

Initial release of typedecoder