This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-04-07 17:47:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
27fc1dbb5e18ec2d6dc17b1221ed23b3d4e65b70
RestKit
/
Code
History
Cameron Royal
27fc1dbb5e
Merged latest from upstream
2011-08-04 14:54:32 +08:00
..
CoreData
Renamed Polymorphic mapping to dynamic mapping after consulting with the community. Dropped abstract superclass in favor of a RKObjectMappingDefinition protocol. Caught missing cases with dynamic object mapping + targetObject. Updated docs and method signatures to reflect the updates.
2011-07-31 19:37:42 -04:00
Network
Merged latest from upstream
2011-08-04 14:54:32 +08:00
ObjectMapping
Fix for incorrect delegate invocation on cache load.
fixes
#267
2011-08-01 21:54:04 -04:00
Support
Updated appledoc binary and templates. Fixed ampersands in some comments that were blocking Docset generation. Updated Appledoc rake tasks to reflect the exit statuses emitted by appledoc. Pushed 0.9.3 appledoc to restkit.org
2011-08-02 08:42:59 -04:00
Three20
Added support for polymorphic object mapping (Github
#105
,
#244
). This enables you to dynamically map objects to different destination classes or using different mapping strategies via configuration or callbacks. See Docs/Object Mapping.md for details.
2011-07-30 16:00:36 -04:00
RestKit.h
Added special 'App' logging component for logging messages via RKLog() from your app.
closes
#183
2011-06-30 15:11:58 -04:00