Skip to content

Release 7.0.9

Latest

Choose a tag to compare

@karmaniverous karmaniverous released this 10 Jun 08:46

7.0.8 - 2026-06-10

Features

  • Dynamic env var null/undefined semantics (31a8ae8)
  • (batch) Add parallel execution option (#7) (5cd526e)
  • Add JSON Schema for config files (#12) (386163b)

Bug Fixes

  • (batch) Use manual shell quoting instead of execa shell+array (106c3e3)
  • (batch) Always pass argv array for non-script commands in both shell modes (790c910)
  • (batch) Preserve argv array in shell mode to prevent quoting loss (7268381)
  • Thread deleted keys through dynamic pipeline so loadProcess removes them from process.env (c749b3d)
  • (core) Scope afterResolve to invoked command branch within groups (#25) (77c943c)
  • Widen paths type, externalize AWS SDK, add optional peer dep (2e456bb)

Miscellaneous Tasks

  • Release v7.0.8 (9e419eb)
  • Resolve merge conflict with main (package-lock.json) (23d7bd7)
  • Add copilot review instructions (336d8db)
  • Dev tooling modernization (git-cliff, TS 6, ESLint 10) (#18) (d461fd8)

Lint