Skip to content

8.8.1 — Turbo Flush

Choose a tag to compare

@antonmedv antonmedv released this 20 Aug 16:22
· 28 commits to main since this release
67743df

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 as kill() fallback signal #1313
  • Allowed stdio() arg be an array #1311
const p = $({halt: true})`cmd`
p.stdio([stream, 'ignore', 'pipe'])

Enhancements