Skip to content

Releases: dmcyk/SwiftyCurl

Swift 4.2

11 Apr 20:00
Compare
Choose a tag to compare
1.0.0

move to Swift 4.1

Swift 4

15 Aug 11:50
Compare
Choose a tag to compare
0.7.0

Swift 4

0.6.1

22 Jan 14:27
Compare
Choose a tag to compare

Fix

API polish and cleanup

20 Dec 23:22
Compare
Choose a tag to compare

New

  • protocol DataInitializable

Better

  • response body is now accessible through cURLResponse.rawBody instead of body property. body has been changed to generic function, which automatically changes rawBody to types conforming to DataInitializable protocol

fix post fields

08 Dec 17:51
Compare
Choose a tag to compare
0.5.4

fix post fields

0.5.3

20 Nov 08:58
Compare
Choose a tag to compare

username change

0.5.2

13 Nov 17:35
Compare
Choose a tag to compare
new ccurl

0.5.1

13 Nov 17:09
Compare
Choose a tag to compare
url, port handling; http methods

0.5.0

13 Nov 16:48
Compare
Choose a tag to compare
restructure, conventions

0.1.0

23 Sep 11:09
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
initial