We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6581500 commit 9d37be7Copy full SHA for 9d37be7
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-web/purescript-web-socket/releases/tag/v4.0.0) - 2022-04-27
16
17
Breaking changes:
18
- Migrate FFI to ES modules (#12 by @JordanMartinez)
19
bower.json
@@ -15,7 +15,7 @@
"package.json"
],
"dependencies": {
- "purescript-arraybuffer-types": "main",
- "purescript-web-file": "master"
+ "purescript-arraybuffer-types": "^3.0.2",
+ "purescript-web-file": "^4.0.0"
20
}
21
0 commit comments