Skip to content

Commit 9290038

Browse files
committed
README
1 parent be99089 commit 9290038

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
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.
44

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.
8-
95
### Features
106

117
- [x] [Fluent interface](http://en.wikipedia.org/wiki/Fluent_interface), i.e., chainable methods

0 commit comments

Comments
 (0)