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 13e670e commit 812ce31Copy full SHA for 812ce31
CHANGELOG.md
@@ -12,6 +12,11 @@ Bugfixes:
12
13
Other improvements:
14
15
+## [v4.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v4.0.0) - 2022-04-29
16
+
17
+Breaking changes:
18
+- Update project and deps to PureScript v0.15.0 (#11 by @JordanMartinez, @thomashoneyman, @sigma-andex)
19
20
## [v3.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v3.0.0) - 2022-04-27
21
22
Breaking changes:
bower.json
@@ -18,7 +18,7 @@
"purescript-foreign": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-buffer": "^8.0.0",
- "purescript-node-fs": "^7.0.1",
+ "purescript-node-fs": "^8.0.0",
"purescript-nullable": "^6.0.0",
23
"purescript-options": "^7.0.0",
24
"purescript-prelude": "^6.0.0",
0 commit comments