Skip to content

Releases: mochidev/DynamicCodable

Release list

1.1.0

Choose a tag to compare

@dimitribouniol dimitribouniol released this 18 Apr 02:09
  • 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

Choose a tag to compare

@dimitribouniol dimitribouniol released this 17 Apr 21:25
  • DynamicCodable can now be used to decode and encode arbitrary Codable datastructures.