v10.0.0
- Updated for latest
purescript-form-urlencoded
. - Some helper functions were combined to accept
Maybe RequestBody
rather than having two variations of each. - All request functions now return
Either Error _
- theAff
error channel is no longer used to capture errors from theXHR
object, and the providedError
type captures the various possible error cases that can occur. retry
was removed.