Skip to content

Releases: kean/Get

Get 2.2.1

15 Oct 23:31
Compare
Choose a tag to compare

What's Changed

  • Fix Swift 6 warnings
  • DataLoader: don't wrap an already Encodable value in AnyEncodable by @AndrewSB in #91

New Contributors

Get 2.2

13 Apr 17:39
Compare
Choose a tag to compare
  • Increase the minimum supported Xcode version to 14.3
  • Fix warnings in unit tests

Get 2.1.6

25 Dec 18:36
Compare
Choose a tag to compare

New Contributors

Get 2.1.5

03 Nov 01:59
7209fdb
Compare
Choose a tag to compare
  • Fix warnings in Xcode 14.1

Get 2.1.4

22 Oct 14:13
Compare
Choose a tag to compare
  • Fix xcodebuild & docc issue in Xcode 14.0

Get 2.1.3

08 Oct 15:25
Compare
Choose a tag to compare
  • Fix #53, a concurrency warning with strict concurrency checking

Get 2.1.2

21 Sep 23:33
a947578
Compare
Choose a tag to compare

Get 2.1.1

21 Sep 01:14
Compare
Choose a tag to compare

Important fix for iOS 16

  • Fix concurrency issue in DataLoader with the new iOS 16 didCreateTask delegate method

Get 1.0.4

21 Sep 01:18
Compare
Choose a tag to compare

Important fix for iOS 16

  • Fix concurrency issue in DataLoader with the new iOS 16 didCreateTask delegate method

Get 2.1.0

17 Sep 18:45
Compare
Choose a tag to compare
  • Add support for optional responses. If the response is optional and the response body is empty, the request will now succeed and return nil - #58, thanks to @Pomanks

New Contributors

Full Changelog: 2.0.1...2.1.0