@@ -12,23 +12,7 @@ Bugfixes:
1212
1313Other improvements:
1414
15- ## [ v12.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v12.0.0 ) - 2023-07-26
16-
17- Breaking changes:
18- - Removed ` safeStdio ` (#60 by @JordanMartinez )
19-
20- Turns out this isn't safe for ` *Sync ` functions. AFAIK, this isn't documented
21- in Node docs.
22-
23- Bugfixes:
24- - Fixed ` exitH ` 's String value for listener (#60 by @JordanMartinez )
25- - Added missing FFI for ` execSync' ` (#60 by @JordanMartinez )
26- - Fixed ` fromKillSignal ` 's FFI's arg order (#60 by @JordanMartinez )
27-
28- Other improvements:
29- - Update tests to actually throw if invalid state occurs (#60 by @JordanMartinez )
30-
31- ## [ v11.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v11.0.0 ) - 2023-07-25
15+ ## [ v11.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v11.0.0 ) - 2023-07-26
3216
3317Breaking changes:
3418- Update the signal arg from ` String ` to ` KillSignal ` (#51 , #52 by @JordanMartinez )
@@ -37,17 +21,27 @@ Breaking changes:
3721 - ` exitH ` /` closeH ` 's signal arg
3822 - ` spawnSync ` 's ` SpawnResult ` 's ` signal ` field
3923 - ` kill' ` 's signal arg
24+ - Removed ` safeStdio ` (#60 by @JordanMartinez )
25+
26+ Turns out this isn't safe for ` *Sync ` functions. AFAIK, this isn't documented
27+ in Node docs.
4028
4129New features:
42- - Added ` fromKillSignal ` , ` fromKillSignal' ` (#51 , #59 by @JordanMartinez )
30+ - Added ` fromKillSignal ` , ` fromKillSignal' ` (#51 , #59 , # 60 by @JordanMartinez )
4331- Added ` pidExists ` (#53 by @JordanMartinez )
4432- Export ` toUnsafeChildProcess ` (#55 by @JordanMartinez )
4533- Added ` stdio ` (#55 by @JordanMartinez )
4634- Added ` Eq ` and ` Show ` instance to ` Shell ` & ` KillSignal ` (#58 , #59 by @JordanMartinez )
4735
36+ Bugfixes:
37+ - Fixed ` exitH ` 's String value for listener (#60 by @JordanMartinez )
38+ - Added missing FFI for ` execSync' ` (#60 by @JordanMartinez )
39+ - Update ` node-streams ` to ` v9.0.0 ` to fix FFI issues (#61 by @JordanMartinez )
40+
4841Other improvements:
4942- Fix regression: add ` ref ` /` unref ` APIs that were dropped in ` v10.0.0 ` (#50 by @JordanMartinez )
5043- Wrap ` Unsafe ` API via ` ChildProcess ` in safer way (#54 by @JordanMartinez )
44+ - Update tests to actually throw if invalid state occurs (#60 by @JordanMartinez )
5145
5246## [ v10.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v10.0.0 ) - 2023-07-20
5347
0 commit comments