Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 1.67 KB

Release Notes

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