We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated RKValueTransformer Example: Mapping NSString to NS_ENUM (markdown)
Created RKValueTransformer Example: Mapping NSString to NS_ENUM (markdown)
Add all the releases to the version history section
Updated RestKit 0.20.0 (markdown)
Updated Home (markdown)
Updated Object Mapping (markdown)
Destroyed Posting data objects (markdown)
Updated applying valueTransformer code for better understanding
Missing "@", string literal
Adding Peeps to the showcase
Minor clarifications in new section.
Added section on use of "addConnectionForRelationship". Experienced RestKit developers should review for accuracy.
Fix #1938
Updated Installing RestKit v0.20.x as a Git Submodule (markdown)
the first dash of " -ObjC -all_load " was in another line which causes others think there is no dash before ObjC I just tried to move all of them to a new line
Fix objectStore -> managedObjectStore
Wrong class name: RKObjectMapping is not a subclass of RKPropertyMapping but RKRelationshipMapping is.
Updated testManagedObjectIdentification to create a PersistentStore and ManagedObjectContext. Without this insertNewObjectForEntityForName fails with a nil persistentStoreManagedObjectContext.
Provide some meat to this article in the form of an actual solution.
Remove pre-release note
Destroyed Using Multiple Base URLs (and Multiple Object Managers) (markdown)
Revert 1f1a736cdfabde6861696ae99a840d203b777771 ... 7105c69740f0e0ecb93404309c7a5866ce1acdf8 on RestKit 0.20.3
Updated RestKit 0.20.3 (markdown)
Created Oauth support on restkit (markdown)
Changing @dynamic author; -> @dynamic articleID; in the core data mapping example
Changed to RKErrorDomain