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