Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

83 lines (48 loc) · 1.81 KB

Release Notes

All notable changes to this project will be documented in this file.

0.x Releases

0.8.0

Released February 14, 2020

0.7.1

Released December 10, 2019

  • #27 by @groue: Fix error handling of asynchronous writes

0.7.0

Released October 27, 2019

  • Test DatabaseRegionObservation publisher, and document it in the main README.

0.6.0

Released October 25, 2019

  • #21 by @groue: Remove the @DatabasePublished property wrapper

0.5.0

Released October 17, 2019

  • #11 by @groue: Update documentation for GRDB 4.2
  • #14 by @skrew: Add TvOS support for SwiftPM
  • Update demo app for GRDB 4.4+
  • Improved robustness

0.4.0

Released August 1, 2019

Support for Xcode 11 beta 5.

0.3.0

Released July 27, 2019

This release targets Xcode 11 beta 4, fixes memory leaks, and increases general reliability of the library.

  • #7 by @groue: Updates for Xcode 11 beta 4

0.2.0

Released June 26, 2019

Breaking Change: DatabasePublished no longer has the @dynamicMemberLookup attribute.

0.1.1

Released June 23, 2019

Fixed: read and write publishers used to be unreliable.

0.1.0

Released June 22, 2019

Initial release