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-15 12:13:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
351006a4eadaa1ba6fd9a9dd11c1db4745e21c08
RestKit
/
Code
History
Arne Harren
351006a4ea
Remove trailing semicolons from RKLog macros.
2011-08-07 13:31:00 +02: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
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
ObjectMapping
Fix for incorrect delegate invocation on cache load.
fixes
#267
2011-08-01 21:54:04 -04:00
Support
Remove trailing semicolons from RKLog macros.
2011-08-07 13:31:00 +02: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