From 3b1477649277e285085b39a82993d84d2e078cf2 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 19 Jul 2023 11:37:54 -0700 Subject: [PATCH 1/2] Update node-streams to 8.0.0 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 69545b6..fdc7e10 100644 --- a/bower.json +++ b/bower.json @@ -31,7 +31,7 @@ "purescript-maybe": "^6.0.0", "purescript-node-buffer": "^9.0.0", "purescript-node-path": "^5.0.0", - "purescript-node-streams": "#684041e14e56c75c0bf49db0e556aec6d0248e5a", + "purescript-node-streams": "^8.0.0", "purescript-nullable": "^6.0.0", "purescript-partial": "^4.0.0", "purescript-prelude": "^6.0.0", From 70b819fa8801234826fb6671cb25eb0f73915d4f Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 19 Jul 2023 11:47:15 -0700 Subject: [PATCH 2/2] Fix changelog list of breaking changes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99483bb..e6354d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,6 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: - -New features: -- Integrate `node-fs-aff` into library (#75 by @JordanMartinez) - Remove `StatsObj` and reimplement bindings to `Stats` object (#76 by @JordanMartinez) Previously, one could write the following to get a value on the `Stats` object: @@ -41,6 +38,9 @@ New features: } ``` +New features: +- Integrate `node-fs-aff` into library (#75 by @JordanMartinez) + Bugfixes: Other improvements: