Skip to content

Releases: Kitura/SwiftyRequest

2.0.2

12 Dec 10:34
33ab8d9
Compare
Choose a tag to compare
  • fix: Make ClientCertificate initializer public (#41)
  • resolve Swift 5 compilation warnings (#44)

2.0.1

17 Aug 16:08
Compare
Choose a tag to compare
  • Fix building v2.0.0 on iOS

2.0.0

08 Aug 10:06
Compare
Choose a tag to compare
  • Update to Swift 4.2
  • Fix queryItems for responseObject<T: Decodable>
  • Support Bearer HTTP authentication
  • Make Result conform to Equatable on Swift 4.1+
  • Support 2-way SSL client certificates

v1.0.0

15 Nov 15:31
Compare
Choose a tag to compare

Changes

  • Migration to Swift 4.0.2.
  • Codable Support

NOTE: Due to a bug in URLSession in Swift 4.0, this release will not work with Swift 4.0. Those users should use 0.x.x release.

v0.0.6

27 Oct 22:09
Compare
Choose a tag to compare

Release of SwiftyRequest.