0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mustn't return there More... about 11 years ago
* added error checking for the case of nil response data , but no network error More... about 11 years ago
* added specific error message when the model's input is a nil object https://github.com/icanzilb/JSONModel/issues/20 More... about 11 years ago
if there was a network error, don't mask it behind a bad response error More... over 11 years ago
* updated the docs with the latest code changes More... over 11 years ago
Merge branch 'master' of https://github.com/icanzilb/JSONModel More... over 11 years ago
bump version up More... over 11 years ago
added code pragmas More... over 11 years ago
Added Cocoa style error handling to JSONHTTPClient More... over 11 years ago
Added Cocoa style error handling to JSONHTTPClient More... over 11 years ago
Added Cocoa style error handling to JSONAPI More... over 11 years ago
* new method setTimoutInSeconds * renamed method to setCachingPolicy * big cleanup in the implementation code More... over 11 years ago
Update README.md More... over 11 years ago
Apple's code guidelines require method with bound nserror param to return a value, to let the callee know that there was an error. therefore validate now returns a BOOL value,which determines whether the validation failed or not More... over 11 years ago
Xcode 4.6 project settings update More... over 11 years ago
clean up after merging pull request : https://github.com/icanzilb/JSONModel/pull/18 More... over 11 years ago
Merge pull request #18 from nashfive/master More... over 11 years ago
Fixed possible ARC retain cycle More... over 11 years ago
Update README.md More... over 11 years ago
Merge pull request #17 from nashfive/master More... over 11 years ago
Fixed "autoreleased with no pool in place" compiler warnings More... over 11 years ago
added unit test for key path key mapper More... over 11 years ago
fixed keyPath handling for Optional properties More... over 11 years ago
added key paths to toDictionary to be used with key path key mappers More... over 11 years ago
implement key paths for the key mapper More... over 11 years ago
loop over the declared properties instead of incoming keys, use keyPath to refer to incoming JSON and property for the property name More... over 11 years ago
don't force supplying a non-nil nserror when creating a model More... over 11 years ago
Update README.md More... over 11 years ago
bump up the version number to 0.8.3 More... over 11 years ago
Update README.md More... over 11 years ago