The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## What's Changed
* Enable async/await on macOS by @pietbrauer in https://github.com/nerdishbynature/RequestKit/pull/78
**Full Changelog**: https://github.com/nerdishbynature/RequestKit/compare/3.0.0...3.1.0
__Originally released as 2.5.0__
## What's Changed
* Use GitHub Actions instead of Travis by @pietbrauer in https://github.com/nerdishbynature/RequestKit/pull/71
* Update `Router.swift` by @LucasCoderT in https://github.com/nerdishbynature/RequestKit/pull/70
* Remove `allTests` and use test discovery by @pietbrauer in https://github.com/nerdishbynature/RequestKit/pull/74
* Introduce `async await` by @pietbrauer in https://github.com/nerdishbynature/RequestKit/pull/75
## New Contributors
* @LucasCoderT made their first contribution in https://github.com/nerdishbynature/RequestKit/pull/70
**Full Changelog**: https://github.com/nerdishbynature/RequestKit/compare/2.4.0...3.0.0
* Update for Swift 5.1 #63 #64
@tiferrei @JosephDuffy
* Update for Swift 4.2 #56 #59
@tiferrei @pietbrauer
* Update Package.swift #58
@shkhaliq
Big thanks to @shkhaliq and @tiferrei for their contributions on this release!
- 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!
* Optimised for Swift 4
* Adds support for requesting `Codable` objects
* New binary with Swift 3.1 compatibility (Xcode 8.3.2 and 8.3.3)
Cherry Cherry Lady
5 years ago
- Cherry pick changes from Swift 2.3 branch
#32 @pietbrauer
- Fixes overriding correctly encoded query items for `FORM` requests
#28 @pietbrauer
More Bug fixes and Performance Improvements
5 years ago
- Fix URL encoding of colons
#26 @pietbrauer
Thank you to @1ec5 for reviewing pull requests! ✨