Releases: jcoreio/script-tools
Releases · jcoreio/script-tools
v3.0.0
Compare
Sorry, something went wrong.
No results found
3.0.0 (2023-08-03)
Bug Fixes
Documentation
Features
migrate to typescript, use toolchains (83d78be )
updateFile: add encoding option (62d18c1 )
BREAKING CHANGES
v2.1.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.1.0 (2019-07-11)
Features
optionally set owner and group when writing files (02233eb )
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.6.2 (2018-11-28)
Bug Fixes
show sudo in the console when running spawn with sudo: true (40a2404 )
v1.6.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.6.0 (2018-11-28)
Features
process-handler: add support for calling handler.exec(), add printCommands constructor option (5c639b1 )
v1.5.0
Compare
Sorry, something went wrong.
No results found
1.5.0 (2018-11-27)
Features
add ProcessHandler, which terminates child processes when the parent exits (9182672 )
v1.4.0
Compare
Sorry, something went wrong.
No results found
1.4.0 (2018-11-27)
Features
make prefixing of stdout and stderr available in spawn as well as execRemote (4b20bab )