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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,22 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [Unreleased]
6
6
7
7
Breaking changes (😱!!!):
8
+
- Added support for PureScript 0.14 and dropped support for all previous versions (#31)
8
9
9
10
New features:
10
11
- Added three new classes: `Align`, `Alignable`, and `Crosswalk` (#29 by @vladciobanu)
12
+
- Added `both`, `isThat`, `isThis`, and `isBoth` (#25 by @thomashoneyman)
11
13
12
14
Bugfixes:
13
15
14
16
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)
@@ -55,10 +59,6 @@ Updates for 1.0 core libraries.
55
59
56
60
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.
0 commit comments