You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ New features:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
+
- Allows `XMLDocument` and `HTMLDocument` to be understood as `Document` responses ([#157](https://github.com/purescript-contrib/purescript-affjax/pull/157))
- Updated for latest `purescript-form-urlencoded`.
26
27
- Some helper functions were combined to accept `Maybe RequestBody` rather than having two variations of each.
27
-
- 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.
28
+
- 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.
0 commit comments