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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for w
8
8
9
9
## Swift 2.0
10
10
11
-
Due to the recent announcement of Swift 2.0, all work on this version of CDQI is suspended. If you want to see my progress on the new CDQI, check out the `swift2.0` branch.
11
+
Due to the recent announcement of Swift 2.0, all work on this version of CDQI is suspended. If you want to see my progress on the new CDQI, check out the [swift2.0](https://github.com/Prosumma/CoreDataQueryInterface/tree/swift2.0) branch.
12
12
13
13
Progress has been very uh…swift, and the new version is very nearly complete, barring changes required by the evolution of Swift 2.0. The interface of CDQI 2.0 is very similar to this version, but the implementation makes heavy use of some of the new language features in Swift 2.0, such as default protocol implementations and the new error handling paradigm.
0 commit comments