Change Log

All notable changes to this project will be documented in this file.
SwiftHTTP adheres to Semantic Versioning.

3.0.1

fixed:
#282
#281
#280

Small bug fixes.

3.0.0

Refactor that has a simpler design. Single framework (no more platform suffixes! e.g. SwiftHTTPOSX, SwiftHTTPTVOS, etc).

fixed:
#278
#272
#251
#226
#140

2.1.0

Update for Swift 4 support

fixed:
#259
#265

2.0.2

Small fix for JSON serializer.

2.0.1

Addresses bugs from the Swift 3 port.

fixed:
#249
#248

2.0.0

Swift 3.0 update.

fixed:
#192
#240
#241
#245

1.0.5

Swift 2.2 update.

1.0.4

fixed:
#215

1.0.3

Changed:
Add Swift package manager support
TVOS support
WatchOS support

fixed:
#195
#203

1.0.2

Parameter encoding fixes (#178, #182).
Progress Closure.
Global handlers.

1.0.1

Custom header support in HTTP factory methods.

1.0.1

Custom header support in HTTP factory methods.

1.0.0

API refactor and first release of Swift 2 support.