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-23 04:20:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41c8d27f04cbaca29419d5d32cbaea6c6c4eda6d
RestKit
/
Specs
History
Greg Combs
fc5f2b38be
Minor cleanup of some whitespace after recent feature pull requests
2011-09-13 01:30:43 -05:00
..
CoreData
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
Fixtures
Added test coverage for parsing XML from the national weather service.
fixes
#298
2011-09-03 18:32:54 -04:00
Models
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
Network
Fix Cocoa 512 errors logged from RKRequestCache.
fixes
#246
2011-09-07 22:39:57 -04:00
ObjectMapping
Minor cleanup of some whitespace after recent feature pull requests
2011-09-13 01:30:43 -05:00
Runner
Reworked Brendan Ribera's contributions around time zone handling to eliminate the use of transient
2011-09-05 17:25:43 -04:00
Server
Added test coverage for queue loading count being decremented when the response is unmappable.
fixes
#230
,
fixes
#286
2011-09-03 17:29:58 -04:00
Support
Minor cleanup of some whitespace after recent feature pull requests
2011-09-13 01:30:43 -05:00