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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,21 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [Unreleased]
6
6
7
7
Breaking changes (😱!!!):
8
-
9
-
-`XHRError Exn.Error` was removed and split to `TimeoutError`, `RequestFailedError`, `XHROtherError Exn.Error` (#155, @srghma)
8
+
- Added support for PureScript 0.14 and dropped support for all previous versions (#158)
9
+
-`XHRError Exn.Error` was removed and split to `TimeoutError`, `RequestFailedError`, and `XHROtherError Exn.Error` (#155, @srghma)
10
10
11
11
New features:
12
12
13
13
Bugfixes:
14
14
15
15
Other improvements:
16
-
- Allows `XMLDocument` and `HTMLDocument` to be understood as `Document` responses ([#157](https://github.com/purescript-contrib/purescript-affjax/pull/157))
16
+
-`XMLDocument` and `HTMLDocument` are now understood as `Document` responses (#157)
17
+
- Changed default branch to `main` from `master`
18
+
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#153)
0 commit comments