Releases: cobbal/swsh
Releases · cobbal/swsh
v4.0.0
v3.1.0
v3.0.0
v2.0.0
2.0.0 (2020-08-10)
Features
- fd duplication and more general output/error combining (1667abd)
- rework FD mapping systems (5becc68)
BREAKING CHANGES
-
Traditional, imperative file descriptor remapping has
been removed in favor of a more functional mapping of what the child
process will see. dup calls are now synthesized to get the right FDs
in the right place.Hopefully, this will be more composable.
Also, joinErr parameters have been removed in favor of the
combineErrorproperty.