mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-03-30 23:24:06 +08:00
* Reworked execution of relationship connection operations to use dependencies instead of queue suspension. * Migrates responsibility for connecting relationships from `RKManagedObjectRequestOperation` into `RKManagedObjectResponseMapperOperation`. This ensures that you get a mapped and connected object graph back from the response mapper if you are using it outside of a request operation. * Add `parentOperation` to managed object mapping data source to establish dependencies.