Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

92 lines (59 loc) · 2.82 KB

Change Log

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

fixed: #282 #281 #280

Small bug fixes.

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

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

Update for Swift 4 support

fixed: #259 #265

Small fix for JSON serializer.

Addresses bugs from the Swift 3 port.

fixed: #249 #248

Swift 3.0 update.

fixed: #192 #240 #241 #245

Swift 2.2 update.

fixed: #215

Changed: Add Swift package manager support TVOS support WatchOS support

fixed: #195 #203

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

Custom header support in HTTP factory methods.

Custom header support in HTTP factory methods.

API refactor and first release of Swift 2 support.