github pointfreeco/sharing-grdb 0.3.0

latest releases: 0.7.0, 0.6.0, 0.5.1...
3 months ago

What's Changed

  • Added: @FetchOne now supports optional rows (#63).
    @FetchOne(Quote.order { #sql("random()") }) var quoteOfTheDay: Quote?
  • Added: Projected setter to @Fetch property wrappers (#53).
  • Fixed: Legacy preview execution support (#60).
  • Deprecated: @FetchAll and @FetchOne support for tupled parameter packs have been deprecated (#63). Migration path: use the @Selection macro to bundle these values into a dedicated type, instead.
  • Infrastructure: Default database warning message fixes (#44; #46).
  • Infrastructure: Documentation fixes (thanks @bradhowes, #55; #49).
  • Infrastructure: Add manual sorting to Reminders demo (#45).

New Contributors

Full Changelog: 0.2.2...0.3.0

Don't miss a new sharing-grdb release

NewReleases is sending notifications on new releases.