Skip to content

Files

Latest commit

Mar 15, 2025
540dc48 · Mar 15, 2025

History

History
85 lines (45 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

85 lines (45 loc) · 2.43 KB

Release Notes

v0.11.0

Released on 2025/03/15

  • New: adds QueryableOptions.assertNoFailure to treat errors as fatalError by @ChristophKaser in #64

v0.10.1

Released on 2024/09/29

  • Fixed: Have SPI build Swift 6 documentation

v0.10.0

Released on 2024/09/28

  • Breaking Change: Depend on GRDB 7.0.0-beta+ by @groue in [#58]#58)

v0.9.0

Released on 2024/07/20

  • New #52: DatabaseContext, and convenience queryable protocols.

See the Migrating To GRDBQuery 0.9 guide.

v0.8.0

Released on 2023/12/01

  • New #49: Make Value an associated type of Queryable.

v0.7.0

Released on 2023/03/25

  • New #41: Convenience @Query initializers for Void DatabaseContext
  • New #42: Demo apps access the database via a PlayerRepository package
  • Breaking Change #43: Bump minimum Swift version to 5.7

v0.6.0

Released on 2023/02/24

  • #37: Bump OS dependencies

v0.5.1

Released on 2022/10/08

v0.5.0

Released on 2022/09/04

  • Fix Xcode 14 runtime warnings that read "Publishing changes from within view updates is not allowed, this will cause undefined behavior."

v0.4.0

Released on 2022/05/20

  • #25 @EnvironmentStateObject and support for MVVM applications
  • #24 Tests

v0.3.0

Released on 2022/05/01

  • #23 Request Observation Control
  • Breaking Change: the isAutoupdating binding and View.mirrorAppearanceState methods have been replaced with QueryObservation.

v0.2.0

Released on 2022/04/18

  • #18 Control @Query auto-updates
  • #17 Fine-Grained Query initializers

v0.1.0

Released on 2021/11/25