Skip to content

Releases: mochidev/DynamicCodable

1.1.0

18 Apr 02:09
Compare
Choose a tag to compare
  • Fixed an issue where testing on 32-bit would not compile.
  • Fixed minimum swift version to 5.3 due to usage of Comparable.
  • Added support for literals when composing DynamicCodable manually.

1.0.0

17 Apr 21:25
Compare
Choose a tag to compare
  • DynamicCodable can now be used to decode and encode arbitrary Codable datastructures.