1.5.0-rc.1
Pre-release
Pre-release
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