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
- @bradhowes made their first contribution in #55
Full Changelog: 0.2.2...0.3.0