Swiftpack.co - Swift Packages by QueryKit

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by QueryKit

QueryKit/QueryKit 0.14.1
A simple CoreData query language for Swift and Objective-C.
⭐️ 1,455
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.14.0
4 years ago
### 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: ```swift queryset.orderBy(\.createdAt, ascending: true) ``` * Added support for filtering and excluding by Swift KeyPath, for example: ```swift queryset.exclude(\.name == "Kyle") queryset.filter(\.createdAt > Date()) ```
0.12.2
7 years ago
Adds support for Swift 2.3
7 years ago
Adds support for Swift 3
8 years ago
This release removes the Objective-C compatibility code.
8 years ago
Adds support for Swift 1.2.
9 years ago
### Bug Fixes - Fixes a problem with `QuerySet.reverse` not correctly returning a reversed queryset. [Kyle Fuller](https://github.com/kylef) - 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](https://github.com/neonichu)
9 years ago
### 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](https://github.com/neonichu) [Kyle Fuller](https://github.com/kylef) #22 - Fixes an issue where the podspec would cause duplicate symbols for Objective-C source. [Kyle Fuller](https://github.com/kylef) #20
0.9.0
9 years ago
### Enhancements - Updates to support Xcode 6.1. - Add the Swift sources to the podspec by default. - Adds various new operators to attributes: - `<< (range)`: BETWEEN - `<< (array)`: IN - `~=`: LIKE

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics