github pointfreeco/sqlite-data 0.4.0

latest releases: 1.4.1, 1.4.0, 1.3.0...
6 months ago

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

Don't miss a new sqlite-data release

NewReleases is sending notifications on new releases.