Skip to content

0.6.0

Compare
Choose a tag to compare
@joseferben joseferben released this 30 Apr 13:43
· 18 commits to master since this release

Added

  • Add Conformist.list to support decoding list of 'a

Changed

  • Conformist.Field.optional is now Conformist.Field.is_optional to avoid confusion with Conformist.optional
  • The encoded value is assumed to be string list instead of string. This is preparation to support decoding of a list of strings.