All notable changes to this project will be documented in this file.
- Rename
RxProgress.totalBytesWritten
toRxProgress.bytesRemaining
. - Rename
RxProgress.totalBytesExpectedToWrite
toRxProgress.totalBytes
. - Convert
RxProgress.bytesRemaining
from a stored- to a computed-property. - Convert
RxProgress.floatValue
from a function to a computed-property. - Add
Equatable
conformation toRxProgress
.
- Fix
Reactive<DataRequest>.progress
logic so it actually completes.