You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for working with Core Data in Swift. CDQI tremendously reduces the amount of code needed to do Core Data, and dramatically improves readability by allowing method chaining and by eliminating magic strings. CDQI is a bit like jQuery or LINQ, but for Core Data.
4
4
5
-
### Swift 3.0 Support
6
-
7
-
The Swift 3.0 version of CDQI is code complete. You can find it on the cdqi5 branch [here](https://github.com/Prosumma/CoreDataQueryInterface/tree/cdqi5). All that remains is to rewrite the README and add internal documentation. As soon as the README is complete, I will merge to `master` and create a release. I'll add internal documentation in subsequent point releases.
0 commit comments