Skip to content

Releases: cobbal/swsh

v4.0.0

31 Jul 22:21

Choose a tag to compare

4.0.0 (2022-07-31)

Features

  • add swift 5.5 async versions of most Command methods (0a49325)

BREAKING CHANGES

  • old synchronous versions of these methods can no longer
    be called in asynchronous contexts

make all test cases hide their asynchrony so linux stops crashing

v3.1.0

04 Dec 00:27

Choose a tag to compare

3.1.0 (2021-12-04)

Features

  • add meaningful descriptions to Commands (e7cabda)

v3.0.0

21 Sep 19:28

Choose a tag to compare

3.0.0 (2021-09-21)

Bug Fixes

  • workaround for Xcode 13 bug (d69ead5)

chore

Features

  • add FileManager/withCurrentDirectoryPath (25e910e)

BREAKING CHANGES

  • SPM 5.3 now required

v2.0.0

10 Aug 22:28

Choose a tag to compare

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
    combineError property.

v1.0.1

20 Jul 14:50

Choose a tag to compare

1.0.1 (2020-07-20)

Bug Fixes

  • default kill signal should be TERM (639a7af)

v1.0.0

16 Jul 20:33

Choose a tag to compare

1.0.0 (2020-07-16)

Features

BREAKING CHANGES

  • runJson has been renamed to runJSON

v0.2.0

07 Feb 19:17

Choose a tag to compare

0.2.0 (2020-02-07)

Bug Fixes

  • docs not building in release (5936876)
  • make API public instead of internal (6416599)
  • release script (#9) (5387ec7)
  • report correct exit code (28ca42b)

Features

v0.1.0

28 Dec 23:48

Choose a tag to compare

0.1.0 (2019-12-28)

Features