@@ -12,29 +12,38 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
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
+
15
24
## [ v4.0.1] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v4.0.1 ) - 2019-07-24
16
25
17
- Relax upper bound on ` purescript-node-buffer `
26
+ - Relax upper bound on ` purescript-node-buffer `
18
27
19
28
## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v4.0.0 ) - 2018-05-27
20
29
21
- Updated for PureScript 0.12
30
+ - Updated for PureScript 0.12
22
31
23
32
## [ v3.3.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.3.0 ) - 2017-11-29
24
33
25
- Add ` unpipe ` and ` destroy ` functions (@matthewleon )
34
+ - Added ` unpipe ` and ` destroy ` functions (@matthewleon )
26
35
27
36
## [ v3.2.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.2.0 ) - 2017-11-26
28
37
29
38
- Allow ` onClose ` to be used on writable streams (@matthewleon )
30
39
31
40
## [ v3.1.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.1.0 ) - 2017-04-20
32
41
33
- Add ` onFinish ` event (@felixSchl )
42
+ - Added ` onFinish ` event (@felixSchl )
34
43
35
44
## [ v3.0.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v3.0.0 ) - 2017-04-04
36
45
37
- Updates for 0.11 (@anilanar )
46
+ - Updated for 0.11 (@anilanar )
38
47
39
48
## [ v2.0.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v2.0.0 ) - 2016-10-17
40
49
@@ -46,46 +55,45 @@ Updates for 0.11 (@anilanar)
46
55
47
56
## [ v0.6.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.6.0 ) - 2016-05-25
48
57
49
- - Make the ` size ` parameter available to the ` read ` functions (@felixSchl ).
58
+ - Made the ` size ` parameter available to the ` read ` functions (@felixSchl ).
50
59
51
60
## [ v0.5.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.5.0 ) - 2016-05-20
52
61
53
- - Add ` read ` , ` readString ` , ` readEither ` , and ` onReadable ` (@felixSchl )
62
+ - Added ` read ` , ` readString ` , ` readEither ` , and ` onReadable ` (@felixSchl )
54
63
55
64
## [ v0.4.1] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.4.1 ) - 2016-05-02
56
65
57
- Fix license in bower.json for Pursuit.
66
+ - Fixed license in bower.json for Pursuit.
58
67
59
68
## [ v0.4.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.4.0 ) - 2016-03-31
60
69
61
- - Make the ` Error ` value available to the ` onError ` callback.
70
+ - Made the ` Error ` value available to the ` onError ` callback.
62
71
63
72
## [ v0.3.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.3.0 ) - 2015-12-14
64
73
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 )
67
76
68
77
## [ v0.2.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.2.0 ) - 2015-12-09
69
78
70
- Updated dependencies
79
+ - Updated dependencies
71
80
72
81
## [ v0.1.4] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.4 ) - 2015-12-05
73
82
74
83
- Fixed warnings (@thimoteus )
75
84
76
85
## [ v0.1.3] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.3 ) - 2015-10-02
77
86
78
- Fix an issue in the FFI.
87
+ - Fixed an issue in the FFI.
79
88
80
89
## [ v0.1.2] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.2 ) - 2015-09-24
81
90
82
- Fix some JS errors.
91
+ - Fixed some JS errors.
83
92
84
93
## [ v0.1.1] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.1 ) - 2015-09-23
85
94
86
- Pursuit
95
+ - Released to Pursuit
87
96
88
97
## [ v0.1.0] ( https://github.com/purescript-node/purescript-node-streams/releases/tag/v0.1.0 ) - 2015-09-23
89
98
90
- Initial release.
91
-
99
+ - Initial release.
0 commit comments