We keep improving the projects internal infra to bring more stability, safety and performance for artifacts.
Featfixes
- Applied flags filtration for CLI-driven deps install #1308
- Added
kill()
event logging #1312 - Set
SIGTERM
askill()
fallback signal #1313 - Allowed
stdio()
arg be an array #1311
const p = $({halt: true})`cmd`
p.stdio([stream, 'ignore', 'pipe'])
Enhancements
- Added check for zx@lite pkg contents #1317 #1316
- Simplified
ProcessPromise[asyncIterator]
inners #1307 - Updated deps: chalk 5.6.0, fs-extra 11.3.1, yaml 2.8.1 #1309 #1323 #1326
- Added TS@next to the test matrix #1310
- Optimized internal
shell
setters #1314 - Refactored build-publish pipelines and scripts #1319 #1320 #1321 #1322 #1324 #1325 #1327