Skip to content

Commit 6fe5601

Browse files
Update changelog since v4.0.0 (#34)
1 parent 4dadfdb commit 6fe5601

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@ 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 (#31)
89

910
New features:
1011
- Added three new classes: `Align`, `Alignable`, and `Crosswalk` (#29 by @vladciobanu)
12+
- Added `both`, `isThat`, `isThis`, and `isBoth` (#25 by @thomashoneyman)
1113

1214
Bugfixes:
1315

1416
Other improvements:
15-
- Add documentation for the `These` data type and `these` and `fromThese` functions (#28 by @JordanMartinez)
17+
- Changed default branch to `main` from `master`
18+
- Add documentation for the `These` data type and `these` and `fromThese` functions (#28 by @JordanMartinez)
19+
- 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 (#26, #30)
1620

1721
## [v4.0.0](https://github.com/purescript-contrib/purescript-these/releases/tag/v4.0.0) - 2018-05-26
1822

19-
Updated for PureScript 0.12
23+
- Updated for PureScript 0.12
2024

2125
## [v3.1.0](https://github.com/purescript-contrib/purescript-these/releases/tag/v3.1.0) - 2018-03-15
2226

@@ -33,7 +37,7 @@ Updated for PureScript 0.12
3337

3438
## [v1.0.0](https://github.com/purescript-contrib/purescript-these/releases/tag/v1.0.0) - 2016-06-06
3539

36-
Updates for 1.0 core libraries.
40+
- Updated for 1.0 core libraries.
3741

3842
## [v0.3.4](https://github.com/purescript-contrib/purescript-these/releases/tag/v0.3.4) - 2016-05-16
3943

@@ -45,7 +49,7 @@ Updates for 1.0 core libraries.
4549

4650
## [v0.3.2](https://github.com/purescript-contrib/purescript-these/releases/tag/v0.3.2) - 2015-11-14
4751

48-
- Update to allow publishing on http://pursuit.purescript.org/
52+
- Updated to allow publishing on http://pursuit.purescript.org/
4953

5054
## [v0.3.1](https://github.com/purescript-contrib/purescript-these/releases/tag/v0.3.1) - 2015-10-23
5155

@@ -55,10 +59,6 @@ Updates for 1.0 core libraries.
5559

5660
This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
5761

58-
## [v0.3.0-rc.1](https://github.com/purescript-contrib/purescript-these/releases/tag/v0.3.0-rc.1) - 2015-06-14
59-
60-
Initial release candidate of the library intended for the 0.7 compiler.
61-
6262
## [v0.2.1](https://github.com/purescript-contrib/purescript-these/releases/tag/v0.2.1) - 2015-05-20
6363

64-
- Added `thisOrBoth` and `thatOrBoth`
64+
- Initial versioned release. Added `thisOrBoth` and `thatOrBoth`.

0 commit comments

Comments
 (0)