What's Changed
- Added: Better inference/diagnostics for the
@Tablemacro (#297). - Added:
CasePathableis now automatically synthesized by@{Table,Selection} enum(#298). - Added:
@Column(lazyInitializable:)andLazyInitializableByDefaulttrait, 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
- @seanmrich made their first contribution in #276
Full Changelog: 0.32.0...0.33.0