swifter v1.4.6 Release Notes

Release Date: 2019-03-27 // about 5 years ago
  • โž• 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 the ALWAYS_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

    • An issue in the HttpRouter causing issues to handle routes with overlapping. (#359) by @Vkt0r

    ๐Ÿš€ [Unreleased]: https://github.com/httpswift/swifter/compare/1.5.0...HEAD