All Versions
10
Latest Version
Avg Release Cycle
126 days
Latest Release
1456 days ago

Changelog History

  • v1.3.3 Changes

    April 02, 2020
    • 🛠 Fix a bug that MoyaSugarProvider doesn't pass session argument to super.init() (#26, @OhKanghoon)
  • v1.3.2 Changes

    October 12, 2019
    • 🛠 Fix a bug that MultiSugarTarget doesn't forward target's task and validationType property (585695d)
  • v1.3.1 Changes

    October 01, 2019
    • 🛠 Fix a bug that MultiSugarTarget doesn't forward target's url property (3f9b75a)
  • v1.3.0 Changes

    September 29, 2019
    • ➕ Add MultiSugarTarget (133f041)
  • v1.2.0 Changes

    September 13, 2019
    • ➕ Add support for Moya 14
  • v1.1.0 Changes

    November 15, 2017
    • ➕ Add parameters property
  • v1.0.0 Changes

    November 15, 2017
    • ➕ Add Moya 10 support ✨
  • v1.0.0-beta.1 Changes

    September 24, 2017

    ➕ Add Moya 9 and Swift 4 support ✨ (Thanks to @wanbok)

    🍱 ⚠️ If you're using RxMoya, please use Moya 10.0.0-dev.

    pod 'Moya', :git =\> 'https://github.com/Moya/Moya.git', :branch =\> '10.0.0-dev'pod 'Moya/RxSwift', :git =\> 'https://github.com/Moya/Moya.git', :branch =\> '10.0.0-dev'pod 'MoyaSugar', '1.0.0-beta.1'pod 'MoyaSugar/RxSwift', '1.0.0-beta.1'
    
  • v0.4.1 Changes

    July 03, 2017
    • 🔄 Change defaultURL behavior to consider empty path (#17)
  • v0.4.0 Changes

    February 24, 2017
    • 👌 Support iOS 8.0