github httpswift/swifter 1.5.0-rc.1

latest release: 1.5.0
pre-release4 years ago

Removed

  • Support for the iOS 8 deployment target. (#462) by @Vkt0r

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 and HttpServerIO 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 initializing URLComponents. (#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

Don't miss a new swifter release

NewReleases is sending notifications on new releases.