Skip to content

v10.0.0

Compare
Choose a tag to compare
@garyb garyb released this 03 Nov 14:08
200bad7
  • 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 _ - the Aff error channel is no longer used to capture errors from the XHR object, and the provided Error type captures the various possible error cases that can occur.
  • retry was removed.