1.6.0 (2024-01-11)
1.5.4 (2024-01-11)
fixes
- [
fe6d304
] - fix: use object.assign instead of object.create (#16) (lusyn <[email protected]>)
others
- [
0008b4b
] - 👌 IMPROVE: You should use execa instead (#15) (fengmk2 <[email protected]>)
fixes
- [
475fc7d
] - fix: Use to exit event instead of close (#13) (lusyn <[email protected]>)
others
- [
53f88a2
] - 📖 DOC: Add contributors (#14) (fengmk2 <[email protected]>) - [
09bb8cd
] - chore: fix ci badges (fengmk2 <[email protected]>) - [
59b76ef
] - test: add more tsd test cases (#12) (fengmk2 <[email protected]>)
fixes
- [
0fd91a4
] - fix(interface): Add the missingextraOpts
paramter in type declaration (#11) (Aaron <[email protected]>)
others
- [
6fe00d6
] - deps: upgrade dev deps (#10) (fengmk2 <[email protected]>)
features
- [
4d82803
] - feat: expose exitcode in error instance (#9) (Otto Mao <[email protected]>)
features
- [
a0d7ffb
] - feat: run script with timeout (#8) (fengmk2 <[email protected]>)
fixes
- [
8998c8f
] - fix: add declarations (#7) (吖猩 <[email protected]>)
others
- [
f618799
] - test: node 10, 12 (#6) (fengmk2 <[email protected]>)
- feat: support relative path on windows (#5)
- fix: exit code < 0 as error too (#3)
- feat: add options stdout and stderr (#2)
- feat: support return stdio
- First release