-
-
Notifications
You must be signed in to change notification settings - Fork 255
Changesets
John Estropia edited this page Jul 18, 2015
·
2 revisions
- Renamed some classes/protocols to shorter, more relevant, easier to remember names:
-
ManagedObjectController
toObjectMonitor
-
ManagedObjectObserver
toObjectObserver
-
ManagedObjectListController
toListMonitor
-
ManagedObjectListChangeObserver
toListObserver
-
ManagedObjectListObjectObserver
toListObjectObserver
-
ManagedObjectListSectionObserver
toListSectionObserver
-
SectionedBy
toSectionBy
(match tense withOrderBy
andGroupBy
) The protocols above had their methods renamed as well, to retain the natural language semantics. - Several methods now
throw
errors insted of returning a resultenum
. - New migration utilities! (README still pending) Check out DataStack+Migration.swift and CoreStore+Migration.swift for the new methods, as well as DataStack.swift for its new initializer.