Releases: dmcyk/SwiftyCurl
Releases · dmcyk/SwiftyCurl
Swift 4.2
Swift 4
0.6.1
Fix
- Compatibility with macOS 10.10, thanks to @vadymmarkov
API polish and cleanup
New
- protocol
DataInitializable
Better
- response body is now accessible through
cURLResponse.rawBody
instead ofbody
property.body
has been changed to generic function, which automatically changesrawBody
to types conforming toDataInitializable
protocol
fix post fields
0.5.4 fix post fields