We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c874b9 commit 0fa0646Copy full SHA for 0fa0646
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
with:
17
purescript: "unstable"
18
19
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
20
21
- node-version: "12"
+ node-version: "14.x"
22
23
- name: Install dependencies
24
run: |
CHANGELOG.md
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
4
5
## [Unreleased]
6
7
+Breaking changes:
8
+
9
+New features:
10
11
+Bugfixes:
12
13
+Other improvements:
14
15
+## [v4.0.0](https://github.com/purescript/purescript-partial/releases/tag/v4.0.0) - 2022-04-27
Breaking changes:
- Migrate FFI to ES modules (#24 by @kl0tl and @JordanMartinez)
0 commit comments