Skip to content

Releases: jcoreio/script-tools

v3.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 03 Aug 21:56

3.0.0 (2023-08-03)

Bug Fixes

Documentation

Features

  • migrate to typescript, use toolchains (83d78be)
  • updateFile: add encoding option (62d18c1)

BREAKING CHANGES

  • drop flow support

v2.1.1

Choose a tag to compare

@jrmclaurin jrmclaurin released this 12 Jul 04:59

2.1.1 (2019-07-12)

Bug Fixes

  • avoid error in writeFile when sudo is true and the target file requires root permissions to read (8cc782c)

v2.1.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 11 Jul 21:57

2.1.0 (2019-07-11)

Features

  • optionally set owner and group when writing files (02233eb)

v2.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 05 Dec 23:59

2.0.0 (2018-12-05)

Features

  • write all commands to console, show command names in all thrown errors (705bebf)

BREAKING CHANGES

  • eliminate printCommands option, print all commands

v1.6.3

Choose a tag to compare

@jrmclaurin jrmclaurin released this 03 Dec 19:20

1.6.3 (2018-12-03)

Bug Fixes

  • preserve stdout, stderr, code, and signal properties when wrapping errors (43a13f0)
  • set default spawn encoding to utf8 so that stdout and stderr are captured (18ab2ff)

v1.6.2

Choose a tag to compare

@jrmclaurin jrmclaurin released this 28 Nov 05:25

1.6.2 (2018-11-28)

Bug Fixes

  • show sudo in the console when running spawn with sudo: true (40a2404)

v1.6.1

Choose a tag to compare

@jrmclaurin jrmclaurin released this 28 Nov 03:28

1.6.1 (2018-11-28)

Bug Fixes

  • properly chain modified promises for exec and spawn, use gray for printCommands output (2794467)

v1.6.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 28 Nov 00:58

1.6.0 (2018-11-28)

Features

  • process-handler: add support for calling handler.exec(), add printCommands constructor option (5c639b1)

v1.5.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 27 Nov 18:23

1.5.0 (2018-11-27)

Features

  • add ProcessHandler, which terminates child processes when the parent exits (9182672)

v1.4.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 27 Nov 06:19

1.4.0 (2018-11-27)

Features

  • make prefixing of stdout and stderr available in spawn as well as execRemote (4b20bab)