Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.04 KB

Change Log

All notable changes to this project will be documented in this file.


Master

Updated

Fixed

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.