Closed gwynne closed 6 months ago
These changes are now available in 4.5.0
Adds Sendable correctness and ExistentialAny compliance, bumps min Swift version to 5.8, leverages the new SQLKit functionality, throws errors instead of crashes, updates CI, modernizes README, and achieves 100% test and documentation coverage.
Sendable
ExistentialAny
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.87%. Comparing base (acfd0e7) to head (a6823fe). Report is 1 commits behind head on main.
acfd0e7
a6823fe
These changes are now available in 4.5.0
Adds
Sendable
correctness andExistentialAny
compliance, bumps min Swift version to 5.8, leverages the new SQLKit functionality, throws errors instead of crashes, updates CI, modernizes README, and achieves 100% test and documentation coverage.