5.0.0
Wave
was renamed toResponse
Ride
was the last custom term that we remove in favour ofNetworkPromise
, which is a typealias toPromise<Response>
- Now it's possible to suspend and resume networking: https://github.com/hyperoslo/Malibu/pull/68/files
- Add upload requests support: https://github.com/hyperoslo/Malibu/pull/72