GRDB.swift v2.8.0 Release Notes

  • 🚀 Released January 29, 2018 • diff

    🆕 New

    • ⬆️ Upgrade custom SQLite builds to v3.22.0 (thanks to @swiftlyfalling).
    • The FTS5 full-text search engine has been enhanced with initial token queries, and FTS5Pattern has gained a new initializer: FTS5Pattern(matchingPrefixPhrase:)
    • The Cursor protocol is extended with more methods inspired by the standard Sequence protocol: drop(while:), dropFirst(), dropFirst(_:), dropLast(), dropLast(_:), joined(separator:), prefix(_:), max(), max(by:), min(), min(by:), prefix(while:), reduce(into:_:), suffix(_:),