-
Notifications
You must be signed in to change notification settings - Fork 206
Comparing changes
Open a pull request
base repository: ishkawa/APIKit
base: master
head repository: ishkawa/APIKit
compare: develop/6.0
-
APIKit v6.0.0 #305
- 18 commits
- 30 files changed
- 5 contributors
Commits on Oct 22, 2022
-
Add QueryParameters protocol to provide interface for URL query.
(cherry picked from commit 263ba3f)
Configuration menu - View commit details
-
Copy full SHA for f88d9c9 - Browse repository at this point
Copy the full SHA f88d9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10eff15 - Browse repository at this point
Copy the full SHA 10eff15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8617484 - Browse repository at this point
Copy the full SHA 8617484View commit details -
rename argment
progressHandlertocompletionHandlerin `SessionAd……apter` protocol. (cherry picked from commit aa08818)
Configuration menu - View commit details
-
Copy full SHA for c74cce7 - Browse repository at this point
Copy the full SHA c74cce7View commit details -
rename argment
progressHandlertocompletionHandlerin `TestSessi……onTask` (cherry picked from commit 8748820)
Configuration menu - View commit details
-
Copy full SHA for e83b529 - Browse repository at this point
Copy the full SHA e83b529View commit details -
Fixed
progressHandlerto work properly(cherry picked from commit 20eebe8)
Configuration menu - View commit details
-
Copy full SHA for c0d5c4c - Browse repository at this point
Copy the full SHA c0d5c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e774d - Browse repository at this point
Copy the full SHA f1e774dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5fa51 - Browse repository at this point
Copy the full SHA ee5fa51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa125d - Browse repository at this point
Copy the full SHA 7aa125dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fac79c - Browse repository at this point
Copy the full SHA 5fac79cView commit details -
Allow DataParser to return typed objects
DataParser should not be required to return Any and have objects checked for type safety at runtime. This allows us to use the Swift build time type checking system with very minimal changes to existing code. The only API breaking change is that Request classes using the default JSONDataParser should now conform to JSONRequest, instead of just Request. This is because protocol extensions cannot declare default associated types. (cherry picked from commit 261af5f)
Configuration menu - View commit details
-
Copy full SHA for 2e33919 - Browse repository at this point
Copy the full SHA 2e33919View commit details -
Rename Request.Parser to Request.DataParser
(cherry picked from commit 3593a02)
Configuration menu - View commit details
-
Copy full SHA for 4142c14 - Browse repository at this point
Copy the full SHA 4142c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8c5cd - Browse repository at this point
Copy the full SHA 0d8c5cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb29cb6 - Browse repository at this point
Copy the full SHA eb29cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 691c781 - Browse repository at this point
Copy the full SHA 691c781View commit details
Commits on Oct 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8ca8b3 - Browse repository at this point
Copy the full SHA c8ca8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f965110 - Browse repository at this point
Copy the full SHA f965110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fc67c - Browse repository at this point
Copy the full SHA 58fc67cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...develop/6.0