Skip to content

Releases: devxoul/MoyaSugar

1.3.3

02 Apr 09:46
Compare
Choose a tag to compare
  • Fix a bug that MoyaSugarProvider doesn't pass session argument to super.init() (#26, @OhKanghoon)

1.3.2

12 Oct 11:46
Compare
Choose a tag to compare
  • Fix a bug that MultiSugarTarget doesn't forward target's task and validationType property (585695d)

1.3.1

01 Oct 16:26
Compare
Choose a tag to compare
  • Fix a bug that MultiSugarTarget doesn't forward target's url property (3f9b75a)

1.3.0

29 Sep 17:20
Compare
Choose a tag to compare

1.2.0

13 Sep 14:52
Compare
Choose a tag to compare
  • Add support for Moya 14

1.1.0

15 Nov 12:52
Compare
Choose a tag to compare
  • Add parameters property

1.0.0

15 Nov 09:43
Compare
Choose a tag to compare
  • Add Moya 10 support ✨

1.0.0-beta.1

24 Sep 11:48
Compare
Choose a tag to compare
  • 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'

0.4.1

03 Jul 14:49
Compare
Choose a tag to compare
  • Change defaultURL behavior to consider empty path (#17)

0.4.0

24 Feb 07:34
Compare
Choose a tag to compare
  • Support iOS 8.0