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 7e8045d commit 0db07ffCopy full SHA for 0db07ff
CHANGELOG.md
@@ -12,6 +12,16 @@ Bugfixes:
12
13
Other improvements:
14
15
+## [v2.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v2.0.0) - 2021-MONTH-DAY
16
+
17
+Breaking changes:
18
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#4)
19
20
+Other improvements:
21
+ - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from `jshint` to `eslint` (#3)
22
+ - Added a changelog and pull request template (#6)
23
+ - Remove `bufferBinary` tests (#5)
24
25
## [v1.0.0](https://github.com/purescript-node/purescript-node-net/releases/tag/v1.0.0) - 2019-05-27
26
27
The initial release of the `net` bindings.
0 commit comments