What's Changed
- Added: Default support for
Date
andUUID
columns (#67).
Previously,Date
andUUID
required an explicit representation (e.g.Date.ISO8601Representation
orUUID.LowercasedRepresentation
). These representations can now be omitted when your schema's format matches the default representation. ForDate
this is ISO-8601-formatted text, and forUUID
this is lowercased hexadecimal text. - Infrastructure: Documentation fixes (#65).
Full Changelog: 0.3.0...0.4.0