Skip to content

Releases: Liquidsoul/Sourcery-AutoJSONSerializable

1.0.0

04 Aug 11:47
42ff8c1
Compare
Choose a tag to compare
  • embed JSONSerializable and JSONDeserializable protocols in the pod
  • use annotations instead of protocol conformance to generate the code
  • support for Any types (enums, Dates...)
  • remove embedded DateFormatter

0.3.0

03 Aug 11:04
8673947
Compare
Choose a tag to compare
  • Disable some swiftlint rules in generated files
  • Fix protocol conformance tests in stencil which were not checking for the correct protocol
  • Add workaround ISO8601DateFormatter inability to handle milliseconds in date strings

0.2.1

22 Jun 09:32
c3394f9
Compare
Choose a tag to compare
  • fix support of Dates when used as typealiases