Skip to content

Releases: nerdishbynature/RequestKit

3.3.0

16 Jun 09:38
e4d905f
Compare
Choose a tag to compare

What's Changed

  • Add overloading with dateDecodingStrategy for post by @417-72KI in #96
  • Make type for load/post just Decodable by @417-72KI in #97

Full Changelog: 3.2.1...3.3.0

3.2.1

08 Sep 07:21
8b0258e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

05 Sep 07:31
9eb9354
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

01 Jan 15:57
e266fd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

30 Dec 16:57
Compare
Choose a tag to compare

Originally released as 2.5.0

What's Changed

New Contributors

Full Changelog: 2.4.0...3.0.0

Xcode 11.0

06 Nov 13:25
fd5e9e9
Compare
Choose a tag to compare

Xcode 10

24 Oct 06:47
Compare
Choose a tag to compare

Big thanks to @shkhaliq and @tiferrei for their contributions on this release!

2.2.0

02 Mar 15:41
f0b4ff2
Compare
Choose a tag to compare
  • 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

22 Dec 13:18
1871ffb
Compare
Choose a tag to compare
  • Optimised for Swift 4
  • Adds support for requesting Codable objects

2.0.2

29 Mar 18:52
Compare
Choose a tag to compare
  • New binary with Swift 3.1 compatibility (Xcode 8.3.2 and 8.3.3)