GRDB.swift v5.10.0 Release Notes

  • ๐Ÿš€ Released August 22, 2021 • diff

    • ๐Ÿ†• New: #1036 by @groue: Restore minimal CI tests
    • ๐Ÿ†• New: #1037 by @groue: Support BUILD_LIBRARY_FOR_DISTRIBUTION
    • ๐Ÿ†• New: #1038 by @GetToSet: Add match operator in ColumnExpression for FTS5
    • ๐Ÿ†• New: With Swift 5.5+, enhance access to Column.rowID. Row and PersistenceContainer subscripts now accept row[.rowID] and container[.rowID] (SE-0299)
    • ๐Ÿ“š Documentation Update: A new [Combine and Data Consistency](Documentation/Combine.md#combine-and-data-consistency) chapter explains how to make sure database publishers do not break important database invariants.