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-02 09:31:32 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca912261291ebff12df199f5bf24d199f6b8594e
RestKit
/
Code
History
Blake Watters
ca91226129
Fix for incorrect delegate invocation on cache load.
fixes
#267
2011-08-01 21:54:04 -04: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
Merging SSL certificate validation support from
#131
2011-07-27 08:40:33 -04:00
ObjectMapping
Fix for incorrect delegate invocation on cache load.
fixes
#267
2011-08-01 21:54:04 -04:00
Support
Added NextiveJSON as a JSON parser.
2011-07-28 17:53:19 -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