Releases: nerdishbynature/RequestKit
Releases · nerdishbynature/RequestKit
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
Originally released as 2.5.0
What's Changed
- Use GitHub Actions instead of Travis by @pietbrauer in #71
- Update
Router.swift
by @LucasCoderT in #70 - Remove
allTests
and use test discovery by @pietbrauer in #74 - Introduce
async await
by @pietbrauer in #75
New Contributors
- @LucasCoderT made their first contribution in #70
Full Changelog: 2.4.0...3.0.0
Xcode 11.0
- Update for Swift 5.1 #63 #64
@tiferrei @JosephDuffy
Xcode 10
2.2.0
- Allow passing accessToken with the Authorization header
- Support for API endpoints that have empty results
- Allow clients to pass their own JSONDecoder
- Updated documentation
- Provide error objects using
NSError.userInfo[RequestKitErrorKey]
Big thanks to @mpvosseller and @tiferrei for their big contributions on this release!
2.1.0
- Optimised for Swift 4
- Adds support for requesting
Codable
objects
2.0.2
- New binary with Swift 3.1 compatibility (Xcode 8.3.2 and 8.3.3)