GRDB.swift v5.0.0-beta.6 Release Notes

  • ๐Ÿš€ Released June 29, 2020 • diff

    • ๐Ÿ†• New: #798: Debugging operators for ValueObservation
    • ๐Ÿ†• New: #800: Xcode 12 support
    • ๐Ÿ†• New: #801: Combine support
    • ๐Ÿ†• New: Faster decoding of Date and DateComponents

    ๐Ÿ“š Documentation Diff

    • ๐Ÿ–จ The [ValueObservation Operators](README.md#valueobservation-operators) chapter was extended with a description of the two new debugging operators handleEvents and print.

    • ๐Ÿ“š A new [GRDB โค๏ธ Combine](Documentation/Combine.md) guide describes the various Combine publishers that read, write, and observe the database.

    • ๐Ÿ“š [GRDBCombineDemo](Documentation/DemoApps/GRDBCombineDemo/README.md) is a new Combine + SwiftUI demo application.