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
de5b7111a123fd7828ee032c1a650aa64b665819
RestKit
/
Code
History
emil.wojtaszek
de5b7111a1
bug fix with wrong path to data store on mac
2011-08-25 20:38:33 -04:00
..
CoreData
bug fix with wrong path to data store on mac
2011-08-25 20:38:33 -04:00
Network
Added newRequestQueueWithName to the API
2011-08-18 13:00:51 -04:00
ObjectMapping
De-emphasized the use of the sharedQueue and improved management of queue suspension state when changing out the baseURL on RKClient. This should prevent the queue from becoming suspended beyond the life of an RKClient that suspended it. Queues are now also properties on a per-client and per-request basis, so it is easier to segregated parts of your app into different queues. The relationship between RKRequest and RKRequestQueue should be decoupled at some point.
2011-08-18 11:48:37 -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