github pointfreeco/swift-structured-queries 0.35.0

3 hours ago

What's Changed

  • Added: SQLite JSONB Representation (#321).
  • Added: SQLite type-safe JSON helpers for extracting/modifying data (#324).
  • Added: SQLite jsonEach() table for querying JSON collections (#336).
  • Added: Generate coding keys for Codable tables via a new ColumnCoding trait (#322).
  • Added: RawRepresentable.RawRepresentation, for representing raw values without an explicit QueryBinding conformance (#330).
  • Added: Refined limit/offset APIs (#328).
  • Fixed: Remove @Columns name diagnostic (#329).
  • Fixed: Bump supported platforms to iOS 16 and add availability checks by (#333).
  • Fixed: Optimize type-checking of invalid nested selections querying (#337).
  • Infrastructure: Rename @_ColumnCheck to @ColumnCheck for better failures (#338).

Full Changelog: 0.34.0...0.35.0

Don't miss a new swift-structured-queries release

NewReleases is sending notifications on new releases.