Skip to content

Releases: groue/GRDBQuery

0.10.0 - GRDB 7 beta

29 Sep 10:02
Compare
Choose a tag to compare
0.10.0 - GRDB 7 beta Pre-release
Pre-release

A new release of the SwiftUI companion library for GRDB.

What's Changed

  • Depend on GRDB 7.0.0-beta+ by @groue in #58

Full Changelog: 0.9.0...0.10.0

0.9.0

20 Jul 16:35
Compare
Choose a tag to compare

A new release of the SwiftUI companion for GRDB

What's Changed

  • DatabaseContext, and convenience queryable protocols by @groue in #52

See the Migrating To GRDBQuery 0.9 guide.

Full Changelog: 0.8.0...0.9.0

0.8.0

01 Dec 09:58
Compare
Choose a tag to compare
  • New #49: Make Value an associated type of Queryable.