All Versions
10
Latest Version
Avg Release Cycle
126 days
Latest Release
1531 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