Skip to content

0.4.0

Choose a tag to compare

@stephencelis stephencelis released this 26 May 20:47
· 136 commits to main since this release
9e8f5af

What's Changed

  • Added: Default support for Date and UUID columns (#67).
    Previously, Date and UUID required an explicit representation (e.g. Date.ISO8601Representation or UUID.LowercasedRepresentation). These representations can now be omitted when your schema's format matches the default representation. For Date this is ISO-8601-formatted text, and for UUID this is lowercased hexadecimal text.
  • Infrastructure: Documentation fixes (#65).

Full Changelog: 0.3.0...0.4.0