What's Changed
- Added:
@FetchOnenow supports optional rows (#63).@FetchOne(Quote.order { #sql("random()") }) var quoteOfTheDay: Quote?
- Added: Projected setter to
@Fetchproperty wrappers (#53). - Fixed: Legacy preview execution support (#60).
- Deprecated:
@FetchAlland@FetchOnesupport for tupled parameter packs have been deprecated (#63). Migration path: use the@Selectionmacro 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
- @bradhowes made their first contribution in #55
Full Changelog: 0.2.2...0.3.0