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-01 22:42:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
90ef91e8903aff4d730d19bbbc1b7e2bd957902d
RestKit
/
Code
History
Björn Jonsson
90ef91e890
Fix of RKObjectMappingOperation does not respect forceCollectionMapping (Issue 341)
...
Includes test cases and fixtures
2011-09-14 22:50:03 +02:00
..
CoreData
Eliminated requirement to use -all_load linker flag. Fixed breakage in OS X builds due to ivar/property name disagreement. Removed references to all_load from the install docs.
fixes
#239
2011-09-01 20:52:46 -04:00
Network
Use relative imports for headers in Support module. Removed import of SCNetworkReachability in RKClient
2011-09-08 19:26:33 -04:00
ObjectMapping
Fix of RKObjectMappingOperation does not respect forceCollectionMapping (Issue 341)
2011-09-14 22:50:03 +02:00
Support
Added two static initializers to RKDotNetDateFormatter and amended the specs.
2011-09-09 09:51:35 -05:00
Three20
Eliminated the global sharedQueue in favor of allowing each RKClient to own its a private queue. This eliminates problems where multiple clients are tracking reachability notifications and mutating the suspension state on a single queue. If you want to use a single queue across multiple RKClient instances, you can assign a single queue to both and worry about suspension and reachability yourself.
fixes
#278
2011-09-03 15:52:45 -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