Skip to content

Commit fdff314

Browse files
Update changelog since v11.0.0 (#159)
* Update changelog since v11.0.0 * Remove hash from packages.dhall
1 parent d89359a commit fdff314

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
1818
with:
19-
purescript: "0.14.0-rc3"
19+
purescript: "0.14.0-rc5"
2020

2121
- name: Cache PureScript dependencies
2222
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
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)
1010

1111
New features:
1212

1313
Bugfixes:
1414

1515
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)
1719

1820
## [v11.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v11.0.0) - 2020-09-06
1921

20-
- Adds support for the `timeout` option in `Request` (#151)
22+
- Added support for the `timeout` option in `Request` (#151)
2123

2224
## [v10.1.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v10.1.0) - 2020-06-07
2325

@@ -32,12 +34,12 @@ Other improvements:
3234

3335
## [v9.0.1](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v9.0.1) - 2019-09-05
3436

35-
- Ensure version mismatch with `purescript-form-urlencoded` does not compile, potentially resulting in runtime errors (spotted by @menelaos)
37+
- Ensured version mismatch with `purescript-form-urlencoded` does not compile, potentially resulting in runtime errors (spotted by @menelaos)
3638
- Don't override `nodejsBaseUrl` already set in `xhr2` on node (@paul-rouse)
3739

3840
## [v9.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v9.0.0) - 2019-03-11
3941

40-
- Update for latest `purescript-argonaut-core`
42+
- Updated for latest `purescript-argonaut-core`
4143

4244
## [v8.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v8.0.0) - 2019-02-23
4345

@@ -70,9 +72,7 @@ Additionally, errors that occur during decoding a response no longer cause an en
7072

7173
## [v6.0.1](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v6.0.1) - 2018-08-05
7274

73-
**Documentation improvements**
74-
75-
Thanks to @paldepind
75+
- Improved documentation (@paldepind)
7676

7777
## [v6.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v6.0.0) - 2018-05-27
7878

@@ -115,11 +115,11 @@ Thanks to @paldepind
115115

116116
## [v1.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v1.0.0) - 2016-06-18
117117

118-
- Updates for the 1.0 core libraries and PureScript 0.9.x.
118+
- Updated for the 1.0 core libraries and PureScript 0.9.x.
119119

120120
## [v0.13.2](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v0.13.2) - 2016-05-12
121121

122-
- Update for Pursuit publishing
122+
- Updated for Pursuit publishing
123123

124124
## [v0.13.1](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v0.13.1) - 2016-04-10
125125

@@ -165,7 +165,7 @@ Thanks to @paldepind
165165

166166
## [v0.8.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v0.8.0) - 2015-09-23
167167

168-
Updated dependencies
168+
- Updated dependencies
169169

170170
## [v0.7.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v0.7.0) - 2015-08-31
171171

0 commit comments

Comments
 (0)