Skip to content

Releases: WendellXY/CodableKit

1.3.0

13 Jan 12:11
3d5b379
Compare
Choose a tag to compare

What's Changed

  • Remove binary build configuration from Package.swift by @WendellXY in #3
  • New Option: safeTranscodeRawString by @WendellXY in #4
  • Add skipSuperCoding Codable Options by @WendellXY in #5

Full Changelog: 1.2.0...1.3.0

1.2.0

02 Dec 06:46
3712d8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Nov 06:40
Compare
Choose a tag to compare
  • Extend Codable for enum
  • Add .editorconfig

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