We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Object Mapping (markdown)
Updated applying valueTransformer code for better understanding
Missing "@", string literal
Minor clarifications in new section.
Added section on use of "addConnectionForRelationship". Experienced RestKit developers should review for accuracy.
Fix #1938
Fix objectStore -> managedObjectStore
Wrong class name: RKObjectMapping is not a subclass of RKPropertyMapping but RKRelationshipMapping is.
Changing @dynamic author; -> @dynamic articleID; in the core data mapping example
Changed to RKErrorDomain
Array @[ @"name", @"body", @"publicationDate" ] should be @[ @"title", @"body", @"publicationDate" ], because Article doesn't have "name" property.
Remove deprecated method invocations in Object Mapping docs
Update RKResponseDescriptor initialization to include `method`
Add section about date and time transformation
Update for 0.21.0 and include section on value transformers
Do not annotate properties with `strong` since this is the default. See: https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/EncapsulatingData/EncapsulatingData.html#//apple_ref/doc/uid/TP40011210-CH5-SW31
Make a note about the class mismatch problem, so others following behind won't wonder why it's not working.
Small fixes in key-value validation method (an indirection was missing)
Drop duplicated top-level h1
Add note about configuring property rejection in Core Data
Fix invalid method example
Syntax fix.
Fix typo is mapping example code. fixes #1441
Revert 1ef542aa0833b99ad9444986177f0c8d621655bf^ ... 1ef542aa0833b99ad9444986177f0c8d621655bf on Object Mapping
Revert e3bca7f91df289bc62b44c3957ded1e5f46fb431^ ... e3bca7f91df289bc62b44c3957ded1e5f46fb431 on Object Mapping
Fix typo 'exammple'
Add documentation about `nil` source key-path. refs #1401
Update version and hotlink RKObjectParameterization