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
Codabletables via a newColumnCodingtrait (#322). - Added:
RawRepresentable.RawRepresentation, for representing raw values without an explicitQueryBindingconformance (#330). - Added: Refined
limit/offsetAPIs (#328). - Fixed: Remove
@Columnsname 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
@_ColumnCheckto@ColumnCheckfor better failures (#338).
Full Changelog: 0.34.0...0.35.0