Skip to content

Releases: WendellXY/CodableKit

0.4.3

19 Aug 07:32

Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

0.4.0

16 Aug 12:29
66f5f66

Choose a tag to compare

  • Support using Codable macro inside a structure that uses Codable macro
  • Extend Codable for class
  • Move custom key generation to CodableKey macro

0.3.2

05 Jul 08:37

Choose a tag to compare

Full Changelog: 0.3.1...0.3.2

0.3.0

29 May 11:56

Choose a tag to compare

  • Add CodableKeyOptions: .useDefaultOnFailure. When .useDefaultOnFailure option is pn, the default value will be used if errors occur during property decoding.
  • Refactor the code generation code.
  • Update the code documentation.

0.2.0

29 May 04:31

Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

0.1.0

21 May 12:20

Choose a tag to compare

Full Changelog: 0.0.4...0.1.0

0.0.1

26 Apr 05:15

Choose a tag to compare

Add dooc plugin