github pointfreeco/sharing-grdb 0.4.0

latest releases: 0.7.0, 0.6.0, 0.5.1...
3 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 sharing-grdb release

NewReleases is sending notifications on new releases.