All Versions
25
Latest Version
Avg Release Cycle
30 days
Latest Release
1541 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.4.0 Changes
⚡️ Updated
- Example project now compatible with Swift 5.0.
-
v4.3.0 Changes
⚡️ Updated
- ⚡️ Project updated to Xcode 10.0.
- Example project now compatible with Swift 4.2.
🛠 Fixed
-
v4.2.0 Changes
⚡️ Updated
- ⚡️ Project updated to Xcode 9.3.
🛠 Fixed
- 🛠 Fix progress() to correctly support all request types.
-
v4.1.0 Changes
⚡️ Updated
- 📇 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
. - ➕ 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.
- 📇 Rename
-
v1.0.1
May 25, 2020