Releases: ishkawa/APIKit
Releases · ishkawa/APIKit
5.4.0
Compare
Sorry, something went wrong.
No results found
Fix deprecated class keyword #297
Added default implementation of response(from:urlResponse:) when Response is Void #304
Drop support for swift 5.3 and below #303
Support Swift Concurrency #306
5.3.0
Compare
Sorry, something went wrong.
No results found
Fix Demo.playground could not be run #293
Change iOS deployment target for Xcode 12 #286
The minimum supported version of iOS is now iOS 9 or later.
Thanks @noppefoxwolf for contributing!
5.2.0
Compare
Sorry, something went wrong.
No results found
ExpressibleByDictionaryLiteral for JSONBodyParameters #275
Add support for Combine.framework #285
Create a Publisher using Session.shared.sessionTaskPublisher(for:).
Fix PBXGroup reference at the project.pbxproj file #287
Thanks @417-72KI and @keisukeYamagishi for contributing!
5.1.0
Compare
Sorry, something went wrong.
No results found
ikesyo
released this
28 Dec 07:24
Remove to link Result.framework from README.md #274
Fix typo #276
[Swift 5.1] Enable Module Stability #278
Thanks @jumperson and @onevcat for contributing!
5.0.0
Compare
Sorry, something went wrong.
No results found
ikesyo
released this
17 Apr 11:55
Update to Xcode 10.2 and Swift 5 #268
Thanks @chn-lyzhi for contributing!
4.1.0
Compare
Sorry, something went wrong.
No results found
ikesyo
released this
06 Apr 00:53
Support Xcode 10 and Swift 4.2 #265
4.0.0
Compare
Sorry, something went wrong.
No results found
Update Result dependency to 4.0.
Minor update for Xcode 9.3 and Swift 4.1 support.
Thanks @ikesyo and @KyoheiG3 for contributing!
3.2.0
Compare
Sorry, something went wrong.
No results found
Thanks @ikesyo for contributing!
4.0.0 beta 1
Compare
Sorry, something went wrong.
No results found
Add progressHandler parameter to sendRequest(_:) method.
Introduce Request.DataParser associated type to express various data format such as JSON, URL query and Protobuf.
Introduce QueryParameters protocol for custom URL query parsers.
3.1.2
Compare
Sorry, something went wrong.
No results found
Expose CallbackQueue.execute() for customization. #221
Thanks @yshrkt for contributing!