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-03 22:49:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f0768cc03c8a6bd844b0b6355539adce0a2bf966
RestKit
/
Code
History
Blake Watters
f0768cc03c
Fix memory leak of hostname attribute in reachability observer.
fixes
#268
2011-08-27 21:13:24 -04:00
..
CoreData
bug fix with wrong path to data store on mac
2011-08-25 20:38:33 -04:00
Network
Fix memory leak of hostname attribute in reachability observer.
fixes
#268
2011-08-27 21:13:24 -04:00
ObjectMapping
Fix for issues setting many-to-many relationships on NSManagedObjects, as well as some additional test coverage for the issue.
fixes
#271
2011-08-27 21:00:19 -04:00
Support
Added new unit tests for XML support and merged fixes from @Edubits pull request
#262
and changes from @cellcortex
#314
. Attributes and nesting should behave better.
closes
#262
,
#314
2011-08-27 18:44:46 -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