Skip to content

0.33.0

Latest

Choose a tag to compare

@stephencelis stephencelis released this 02 Jul 18:38
e61b371

What's Changed

  • Added: Better inference/diagnostics for the @Table macro (#297).
  • Added: CasePathable is now automatically synthesized by @{Table,Selection} enum (#298).
  • Added: @Column(lazyInitializable:) and LazyInitializableByDefault trait, for lazy initialization of draft columns (#300).
  • Added: Generalize drafts to any table with lazy-initializable columns (#302).
  • Added: is(\.case) operator to @{Table,Selection} enums (#299).
  • Fixed: Weakify @DatabaseFunction closures for class instance members (thanks @seanmrich, #276).
  • Fixed: Workaround Swift 6.4 regression (#301).

New Contributors

Full Changelog: 0.32.0...0.33.0