@@ -12,29 +12,38 @@ Bugfixes:
1212
1313Other improvements:
1414
15+ ## [ v5.0.0] ( https://github.com/purescript-node/purescript-posix-types/releases/tag/v5.0.0 ) - 2021-MONTH-DAY
16+
17+ Breaking changes:
18+ - Added support for PureScript 0.14 and dropped support for all previous versions (#31 )
19+
20+ Other improvements:
21+ - Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from ` jshint ` to ` eslint ` (#30 )
22+ - Added a changelog and pull request template (#32 )
23+
1524## [ v4.0.1] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v4.0.1 ) - 2019-07-24
1625
17- Relax upper bound on ` purescript-node-buffer `
26+ - Relax upper bound on ` purescript-node-buffer `
1827
1928## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v4.0.0 ) - 2018-05-27
2029
21- Updated for PureScript 0.12
30+ - Updated for PureScript 0.12
2231
2332## [ v3.3.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.3.0 ) - 2017-11-29
2433
25- Add ` unpipe ` and ` destroy ` functions (@matthewleon )
34+ - Added ` unpipe ` and ` destroy ` functions (@matthewleon )
2635
2736## [ v3.2.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.2.0 ) - 2017-11-26
2837
2938- Allow ` onClose ` to be used on writable streams (@matthewleon )
3039
3140## [ v3.1.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.1.0 ) - 2017-04-20
3241
33- Add ` onFinish ` event (@felixSchl )
42+ - Added ` onFinish ` event (@felixSchl )
3443
3544## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.0.0 ) - 2017-04-04
3645
37- Updates for 0.11 (@anilanar )
46+ - Updated for 0.11 (@anilanar )
3847
3948## [ v2.0.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v2.0.0 ) - 2016-10-17
4049
@@ -46,46 +55,45 @@ Updates for 0.11 (@anilanar)
4655
4756## [ v0.6.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.6.0 ) - 2016-05-25
4857
49- - Make the ` size ` parameter available to the ` read ` functions (@felixSchl ).
58+ - Made the ` size ` parameter available to the ` read ` functions (@felixSchl ).
5059
5160## [ v0.5.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.5.0 ) - 2016-05-20
5261
53- - Add ` read ` , ` readString ` , ` readEither ` , and ` onReadable ` (@felixSchl )
62+ - Added ` read ` , ` readString ` , ` readEither ` , and ` onReadable ` (@felixSchl )
5463
5564## [ v0.4.1] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.4.1 ) - 2016-05-02
5665
57- Fix license in bower.json for Pursuit.
66+ - Fixed license in bower.json for Pursuit.
5867
5968## [ v0.4.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.4.0 ) - 2016-03-31
6069
61- - Make the ` Error ` value available to the ` onError ` callback.
70+ - Made the ` Error ` value available to the ` onError ` callback.
6271
6372## [ v0.3.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.3.0 ) - 2015-12-14
6473
65- - Remove the last type parameter to ` Stream ` (#4 )
66- - Add ` onDataEither ` , for reading from a stream that might or might not have an encoding set. (#4 )
74+ - Removed the last type parameter to ` Stream ` (#4 )
75+ - Added ` onDataEither ` , for reading from a stream that might or might not have an encoding set. (#4 )
6776
6877## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.2.0 ) - 2015-12-09
6978
70- Updated dependencies
79+ - Updated dependencies
7180
7281## [ v0.1.4] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.4 ) - 2015-12-05
7382
7483- Fixed warnings (@thimoteus )
7584
7685## [ v0.1.3] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.3 ) - 2015-10-02
7786
78- Fix an issue in the FFI.
87+ - Fixed an issue in the FFI.
7988
8089## [ v0.1.2] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.2 ) - 2015-09-24
8190
82- Fix some JS errors.
91+ - Fixed some JS errors.
8392
8493## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.1 ) - 2015-09-23
8594
86- Pursuit
95+ - Released to Pursuit
8796
8897## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.0 ) - 2015-09-23
8998
90- Initial release.
91-
99+ - Initial release.
0 commit comments