Skip to content

Latest commit

 

History

History
190 lines (106 loc) · 7.38 KB

CHANGELOG.md

File metadata and controls

190 lines (106 loc) · 7.38 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.1.2 (2021-06-07)

Bug Fixes

  • Bump version script fix (e3f47f4)
  • Carthage project files (85249da)
  • remove unused step (b233d56)
  • support RxSwift 6.2 for Carthage (6c6508e)

6.1.2 (2021-06-07)

Bug Fixes

  • Bump version script fix (e3f47f4)
  • Carthage project files (85249da)
  • remove unused step (b233d56)
  • support RxSwift 6.2 for Carthage (6c6508e)

6.1.2 (2021-01-05)

Bug Fixes

6.1.1 (2021-01-03)

6.1.0 (2021-01-03)

Features

6.0.0 (2021-01-02)

⚠ BREAKING CHANGES

  • RxSwift 6

  • RxSwift 6 ready (a193df7)

5.7.1 (2020-12-05)

5.7.0 (2020-12-05)

Features

  • Validate successful response made non-default behavior on request (6ec9800)

Bug Fixes

  • Carthage Xcode 12 Workaround (f15b911)
  • Deprecated set-env command in GA (e3761f3)

5.6.2 (2020-09-28)

Bug Fixes

5.6.1 (2020-09-03)

5.6.0 (2020-07-07)

Features

  • #186: Create Rx extensions mapping to Alamofire response method (c04ea5b), closes #186

5.5.0 (2020-06-22)

Features

5.4.0 (2020-06-21)

Features

  • #185: Support Alamofire Interceptor (f059d88), closes #185

5.3.2 (2020-06-10)

Bug Fixes

5.3.1 (2020-05-25)

5.3.0 (2020-05-25)

Features

  • #173: Implement danger and improve PR pipeline (c75b0ef), closes #173
  • #173: Regenerate project (ebbfdbe), closes #173
  • #174: Build pipeline to run on feature and PR (78115aa), closes #174

1.0.1 (2020-05-25)

5.2.0 (2020-04-18)

Updated

  • Uses Alamafire 5.1.0
  • Uses RxSwift 5.1.0
  • Upgrade project to Swift 5.1

5.1.0

Updated

  • Add response methods for Observable<DownloadRequest>.

Fixed

  • Fixed exchange rate api error in example project

5.0.0

Updated

  • Support macOS and watchOS through Carthage
  • Added Example projects for macOS and watchOS
  • Uses RxSwift 5.0.0
  • Upgrade project to Swift 5.0

4.5.0

Fixed

  • Minimum Swift version is 4.2 (More details in #144)

4.4.1

Updated

  • RxSwift updated to 4.5.0 to officially support Xcode 10.2.

4.4.0

Updated

  • Example project now compatible with Swift 5.0.

4.3.0

Updated

  • Project updated to Xcode 10.0.
  • Example project now compatible with Swift 4.2.

Fixed

4.2.0

Updated

  • Project updated to Xcode 9.3.

Fixed

  • Fix progress() to correctly support all request types.

4.1.0

Updated

  • Rename RxProgress.totalBytesWritten to RxProgress.bytesRemaining.
  • Rename RxProgress.totalBytesExpectedToWrite to RxProgress.totalBytes.
  • Convert RxProgress.bytesRemaining from a stored- to a computed-property.
  • Convert RxProgress.floatValue from a function to a computed-property.
  • Add Equatable conformation to RxProgress.
  • Add Swift Package Manager support.
  • Add helper methods for validation to Observable<DataRequest>.
  • Add helper methods for common response types to Observable<DataRequest>.

Fixed

  • Fix SPM Support
  • Unify download and upload progress handling.
  • Fix Reactive<DataRequest>.progress logic so it actually completes.