@@ -12,13 +12,22 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
+ ## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v7.0.0 ) - 2021-MONTH-DAY
16
+
17
+ Breaking changes:
18
+ - Updated dependencies for PureScript 0.14 (#25 )
19
+
20
+ Other improvements:
21
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#24 )
22
+ - Added a CHANGELOG.md file and pull request template (#26 )
23
+
15
24
## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v6.0.0 ) - 2019-03-15
16
25
17
- Updated ` purescript-foreign-object ` dependency
26
+ - Updated ` purescript-foreign-object ` dependency
18
27
19
28
## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v5.0.0 ) - 2018-06-02
20
29
21
- Updates for 0.12
30
+ - Updates for 0.12
22
31
23
32
** Breaking**
24
33
@@ -32,7 +41,7 @@ Updates for 0.12
32
41
33
42
## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v4.0.0 ) - 2017-04-05
34
43
35
- Updates for 0.11 compiler
44
+ - Updates for 0.11 compiler
36
45
37
46
## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v3.0.1 ) - 2016-11-19
38
47
@@ -48,11 +57,11 @@ Updates for 0.11 compiler
48
57
49
58
## [ v1.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v1.0.0 ) - 2016-06-19
50
59
51
- Updates for 0.9.1 compiler and 1.0 core libraries.
60
+ - Updates for 0.9.1 compiler and 1.0 core libraries.
52
61
53
62
## [ v0.6.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v0.6.0 ) - 2016-03-31
54
63
55
- Bump dependencies (` purescript-node-streams ` -> v0.4.0).
64
+ - Bump dependencies (` purescript-node-streams ` -> v0.4.0).
56
65
57
66
## [ v0.5.1] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v0.5.1 ) - 2016-01-14
58
67
@@ -75,7 +84,8 @@ Bump dependencies (`purescript-node-streams` -> v0.4.0).
75
84
76
85
- ** Breaking change** :
77
86
- ` SpawnOptions ` now uses the ` Uid ` and ` Gid ` types from ` purescript-posix-types ` for its ` uid ` and ` gid ` options, instead of ` Int ` .
78
- - ** Additions** :
87
+
88
+ - ** New features** :
79
89
- Added ` exec ` .
80
90
81
91
## [ v0.3.2] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v0.3.2 ) - 2015-12-27
@@ -108,4 +118,3 @@ Bump dependencies (`purescript-node-streams` -> v0.4.0).
108
118
- Update dependencies: ` purescript-node-streams ` -> ` ~0.3.0 `
109
119
110
120
See https://github.com/joneshf/purescript-node-child-process/issues/2 for the rationale behind many of these changes.
111
-
0 commit comments