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
+23-15Lines changed: 23 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,36 @@ 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 (#66)
9
+
- Updated `Record.Builder.merge` and `Record.Builder.union` so that they behave like `Record.merge` and `Record.union`: fields from the argument override those of the record being built in case of overlaps. (#73)
8
10
9
11
New features:
12
+
- Added `buildFromScratch` for building from an empty record (#53)
13
+
- Added `new` and `run` to `Record.ST` (#71)
14
+
- Added `flip` function (#73)
10
15
11
16
Bugfixes:
12
17
13
18
Other improvements:
19
+
- Replaced monomorphic proxies with `Type.Proxy.Proxy` and polymorphic variants (#67)
20
+
- Removed `SProxy` from documentation (#70)
21
+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#69)
22
+
- Added a changelog and pull request template (#74, #75)
0 commit comments