CHANGELOG.md 2.8 KB

Changelog

All notable changes to this project will be documented in this file. Changes notes typically follow this pattern:

Fixed

Changed

  • Something was changed. (#pr-number) by @pr-author

Added

Removed

  • Something was removed. (#pr-number) by @pr-author

Deprecated

  • Something was deprecated. (#pr-number) by @pr-author

Unreleased

Added

  • A new CHANGELOG.md to keep track of changes in the project. (#385) by @Vkt0r

Fixed

  • 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

Changed

  • Performance: Batch reads of websocket payloads rather than reading byte-by-byte. (#387) by @lynaghk

1.4.6

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