Skip to content

0.35.0

Latest

Choose a tag to compare

@stephencelis stephencelis released this 03 Aug 17:49
fb25c16

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