Skip to content

Commit 0733442

Browse files
Update changelog since v6.1.0 (#22)
1 parent b01192a commit 0733442

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
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: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,60 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes (😱!!!):
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#20)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Changed default branch to `main` from `master`
16+
- 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 (#18)
1417

1518
## [v6.1.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v6.1.0) - 2019-05-28
1619

17-
**Updates**
20+
New improvements:
1821

19-
* #14 Add `hydrate` function (@starper)
20-
* #17 Relax upper bound on `purescript-react` for v0.13.x compiler compatibility (@hdgarrood)
22+
- Added `hydrate` function (#14, @starper)
23+
- Relaxed upper bound on `purescript-react` for v0.13.x compiler compatibility (#17, @hdgarrood)
2124

2225
## [v6.0.1](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v6.0.1) - 2019-03-10
2326

24-
**Updates**
25-
26-
- #12 update web-dom dependency (@athanclark)
27+
- Updated `web-dom` dependency (#12, @athanclark)
2728

2829
## [v6.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v6.0.0) - 2018-06-09
2930

30-
**Breaking Changes**
31+
Breaking changes:
3132

32-
- Updates for PureScript 0.12 and React 6.0.0 #11 (@natefaubion)
33+
- Updated for PureScript 0.12 and React 6.0.0 (#11 by @natefaubion)
3334

3435
## [v5.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v5.0.0) - 2017-12-16
3536

36-
**Breaking**
37+
Breaking changes:
3738

38-
- #10 Updates dependencies (@jvliwanag)
39+
- Updated dependencies (#10 by @jvliwanag)
3940

4041
## [v4.1.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v4.1.0) - 2017-10-11
4142

42-
**Features**
43+
New features:
4344

44-
- #8 Added `refToNode` (@coot)
45+
- Added `refToNode` (#8, @coot)
4546

4647
## [v4.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v4.0.0) - 2017-07-11
4748

48-
- Updates for the latest `purescript-react` release (@coot)
49+
- Updated for the latest `purescript-react` release (@coot)
4950

5051
## [v3.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v3.0.0) - 2017-04-05
5152

52-
- Updates for 0.11 compiler
53+
- Updated for PureScript 0.11
5354

5455
## [v1.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v1.0.0) - 2016-06-12
5556

56-
- Compatible with PureScript compiler versions >= 0.9.1 (@spicydonuts)
57+
- Updated for PureScript compiler versions >= 0.9.1 (@spicydonuts)
5758

5859
## [v0.2.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v0.2.0) - 2016-03-05
5960

60-
- Release compatible with `purescript-react#v0.7.0` (@kRITZCREEK)
61+
- Updated for `purescript-react#v0.7.0` (@kRITZCREEK)
6162

6263
## [v0.1.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v0.1.0) - 2016-01-25
6364

0 commit comments

Comments
 (0)