GRDB.swift v0.95.0 Release Notes

  • ๐Ÿš€ Released December 9, 2016

    ๐Ÿ†• New

    • ๐Ÿ— SQLRequest, AnyRequest, TypedRequest and AnyTypedRequest are new protocols and concrete types that let you build custom fetch requests.
    • RangeRowAdapter is a new kind of row adapter which exposes a range of columns.

    ๐Ÿ’ฅ Breaking Changes

    • FetchRequest protocol has been renamed Request.