Skip to content

Releases: WendellXY/CodableKit

1.0.0

26 Sep 21:35
Compare
Choose a tag to compare

Just migrated to Swift 6.

0.4.4

19 Aug 09:01
Compare
Choose a tag to compare

Full Changelog: 0.4.3...0.4.4

0.4.3

19 Aug 07:32
Compare
Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

0.4.0

16 Aug 12:29
66f5f66
Compare
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
Compare
Choose a tag to compare

Full Changelog: 0.3.1...0.3.2

0.3.0

29 May 11:56
Compare
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
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

0.1.0

21 May 12:20
Compare
Choose a tag to compare

Full Changelog: 0.0.4...0.1.0

0.0.1

26 Apr 05:15
Compare
Choose a tag to compare
Add dooc plugin