All Versions
12
Latest Version
Avg Release Cycle
132 days
Latest Release
1572 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.0 Changes
September 26, 2020โ Added
- โ Add two new cases to the responses (
notAcceptable
,tooManyRequests
). (#437) by @KKuzmichev
๐ Fixed
๐ Changed
- ๐ Fix
SUPPORTED_PLATFORMS
for tvOS. This helps Carthage to build only the specified platform when the option--platform
is used. (#464) by @jasminlapalme
- โ Add two new cases to the responses (
-
v1.5.0-rc.1 Changes
September 17, 2020โ Removed
โ Added
- โ Add the
trailing_whitespace
rule in Swiftlint and autocorrect all the source files. (#421) by @Vkt0r - โก๏ธ Update the project for Xcode 11.1. (#438) by @Vkt0r
- โ Add optional 'Content-Type' to Data HttpResponse. (#450) by @SoftwareEngineerChris
- ๐ Support Xcode 12 and Swift 5+. (#462) by @Vkt0r
๐ Changed
- Turn
HttpServer
andHttpServerIO
into open classes to allow for more customization. (#443) by @cobbal - Set the version of the HTTP Server based in the project version in the Info.plist for macOS, iOS and tvOS platforms. (#416) by @Vkt0r
- โก๏ธ Update
HttpParser
so it percent-encodes the URL components before initializingURLComponents
. (#423) by @nejcvivod - โก๏ธ Update
SwifterTestsHttpParser
with a test for parsing bracketed query strings. (#423) by @nejcvivod - ๐ Use
swift_version
CocoaPods DSL. (#425) by @dnkoutso - ๐ Fix compiler warnings in Socket+File.swift for iOS, tvOS, and Linux platforms by using
withUnsafeBytes
rather than&
to get a scoped UnsafeRawPointer (#445) by @kbongort. - ๐ Fix tests on linux by importing FoundationNetworking for NSURLSession APIs. (#446) by @kbongort
- Replace CircleCI for continuous integration in favor of Github Actions. (#446) by @Vkt0r
- โ Add the
-
v1.4.7 Changes
June 10, 2019โ Added
- A new
CHANGELOG.md
to keep track of changes in the project. (#385) by @Vkt0r - โ Added Danger and Swiftlint to the project. (#398) by @Vkt0r
- โ Added the following to
Scopes
:manifest
,ontouchstart
,dataText
. (#410) by @apocolipse - โ Added
htmlBody(String)
toHttpResonse
as a compability case for the changedhtml(String)
case. (#410) by @apocolipse
๐ Fixed
An issue causing a crash regarding a thread race condition. (#399) by @Vkt0r
An issue in the
HttpRouter
causing issues to handle routes with overlapping in the tail. (#379, #382) by @Vkt0r๐ Fixes build errors by excluding XC(UI)Test files from regular targets. (#397) by @ChristianSteffens
๐ Fixes
HttpRequest.path
value to be parsed without query parameters. (#404) by @mazyod๐ Fixes the issue of missing
Content-Length
header item whenshareFilesFromDirectory
is being used to share files. (#406) by @nichbar๐ Changed
- ๐ Performance: Batch reads of websocket payloads rather than reading byte-by-byte. (#387) by @lynaghk
- โก๏ธ Podspec source_files updated to match source file directory changes. (#400) by @welsonpan
- ๐จ Refactor: Use Foundation API for Base64 encoding. (#403) by @mazyod
- ๐จ Refactor: Use
URLComponents
forHttpRequest
path and query parameters parsing #404) by @mazyod HttpResponse
functionsstatusCode()
andreasonPhrase
changed to computed variables instead of functions, and made public (No impact on existing usage as it was previously internal). (#410) by @apocolipse- Adjusted the associated type of enum case
HttpResponseBody.json
fromAnyObject
toAny
to allow Swift dictionaries/arrays without converting to their Objective-C counterparts. (#393) by @edwinveger HttpResponse
:html
requires now a complete html-string, not only the body-part.- Include the
CHANGELOG.md
andREADME.md
in the Xcode-Project for easy access / changes.
โ Removed
- A new
-
v1.4.6 Changes
March 27, 2019โ Added
- The
.movedTemporarily
case (HTTP 307) to possibles HTTP responses. (#352) by @csch - An example to the
README
for"How to load HTML by string?"
. (#352) by @IvanovDeveloper - CircleCI for Continous Integration in the project. (#364) by @Vkt0r
- Support for the Swift 5. (#370) by @alanzeino
๐ Changed
- ๐ The syntax to support Swift 3 and Swift 4. (#347) by @fandyfyf
- Set to
NO
theALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
in the tvOS target to avoid App Store checks due to the Frameworks directory. (#361) by @Vkt0r - The process of reading of request body and headers. (#362) by @adamkaplan
๐ Fixed
๐ [Unreleased]: https://github.com/httpswift/swifter/compare/1.5.0...HEAD
- The
-
v1.4.5
October 23, 2018 -
v1.4.3
September 26, 2018 -
v1.4.2
July 05, 2018 -
v1.4.1
May 12, 2018 -
v1.4.0
March 03, 2018 -
v1.3.3
March 19, 2017