All Versions
11
Latest Version
Avg Release Cycle
119 days
Latest Release
1571 days ago

Changelog History
Page 1

  • v5.1.0 Changes

    December 28, 2019
    • ✂ Remove to link Result.framework from README.md #274
    • 🛠 Fix typo #276
    • [Swift 5.1] Enable Module Stability #278

    Thanks @jumperson and @onevcat for contributing!

  • v5.0.0 Changes

    April 17, 2019
    • ⚡️ Update to Xcode 10.2 and Swift 5 #268

    Thanks @chn-lyzhi for contributing!

  • v4.1.0 Changes

    April 06, 2019
    • 👌 Support Xcode 10 and Swift 4.2 #265
  • v4.0.0 Changes

    July 25, 2018
    • ⚡️ Update Result dependency to 4.0.
    • ⚡️ Minor update for Xcode 9.3 and Swift 4.1 support.

    Thanks @ikesyo and @KyoheiG3 for contributing!

  • v4.0.0-beta.1 Changes

    July 23, 2017
    • ➕ Add progressHandler parameter to sendRequest(_:) method.
    • 📜 Introduce Request.DataParser associated type to express various data format such as JSON, URL query and Protobuf.
    • 📜 Introduce QueryParameters protocol for custom URL query parsers.
  • v3.2.1

    February 03, 2018
  • v3.2.0 Changes

    December 24, 2017
    • Xcode 9 / Swift 4 #252

    Thanks @ikesyo for contributing!

  • v3.1.2 Changes

    December 20, 2016
    • 🔦 Expose CallbackQueue.execute() for customization. #221

    Thanks @yshrkt for contributing!

  • v3.1.1 Changes

    December 07, 2016
    • ✂ Remove redundant resume() call in URLSessionAdapter. #218

    Thanks @weiminghuaa for contributing!

  • v3.1.0 Changes

    November 28, 2016
    • ➕ Add ProtobufDataParser for protocol buffers. #214
    • ⚡️ Update build settings for Xcode 8.1. #213

    Thanks @kitasuke for contributing!