1.0.0
Finally, APIKit 1.0 is out 🎉
- [New] Swift 2 support.
- [New] More flexible request configurations by
RequestType
based request. - [New] Move functionalities that builds
NSURLRequest
fromAPI
toRequestType
. - [Improvement]
API
is renamed toSession
, because it is now just a wrapper ofNSURLSession
. - [Improvement]
Method
is renamed toHTTPMethod
. - [Improvement] Enumerate errors as
APIError
. - [Improvement] Pass
NSHTTPURLResponse
toresponseFromObject()
anderrorFromObject()
. - [Improvement] Remove boxing from
Result
.
This release targets Xcode 7.1 and Swift 2.1.
Thanks to @ikesyo, @inamiy, @335g, @pocket7878, @akisute, @totomo, @matsuda, @tmnb, @kitasuke, @pixyzehn, @novi, @MarvinNazari, @netmaid, @seairy and @billburgess for the patches and issues.