Releases: QueryKit/QueryKit
Releases · QueryKit/QueryKit
0.14.0
Breaking
- Drops support for Swift 3 and Swift 4. Swift 5 or newer must be used.
Enhancements
-
Added support for ordering by Swift KeyPath, for example:
queryset.orderBy(\.createdAt, ascending: true)
-
Added support for filtering and excluding by Swift KeyPath, for example:
queryset.exclude(\.name == "Kyle") queryset.filter(\.createdAt > Date())
0.12.2
0.13.0
0.12.0
0.10.0
0.9.2
Bug Fixes
- Fixes a problem with
QuerySet.reversenot correctly returning a reversed queryset.
Kyle Fuller - Fixes an issue when using Attribute comparison functions with an optional type (such as
Attribute<String?>) would cause a bus error on 32-bit systems.
Boris Bügling
0.9.1
Bug Fixes
- Fixes an issue where using Attribute comparison functions with an optional type (such as
Attribute<String?>) would cause a run-time cast failure.
Boris Bügling Kyle Fuller #22 - Fixes an issue where the podspec would cause duplicate symbols for Objective-C source.
Kyle Fuller #20