What's Changed
- Added: Support for explicit schema names (#43).
- Fixed: Broaden SwiftSyntax dependency (#32).
- Fixed: Require
jsonGroupArray
take a bindable argument to avoid generating invalid SL (#34). - Fixed:
PrimaryKeyedTable.find
takes a UUID now (instead of the representation) (#35). - Fixed: Use
StructuredQueriesCore
module name in macro expansion (#42). - Fixed: Chaining
limit
s will no longernil
out the current offset (#48). - Fixed:
between
no longer generates invalid SQL (#47). - Infrastructure: Fix anchor link in Query cookbook docs (thanks @juliensagot, #38).
- Infrastructure: Add important note about Safe SQL strings docs (#41).
- Infrastructure: Add more docs for
#bind
(#46).
New Contributors
- @juliensagot made their first contribution in #38
Full Changelog: 0.2.0...0.3.0