feat(core): Add cwd option and child-process execution for custom working directory; implement signal-forwarding child runner; update docs and bump package version to 1.4.0
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-16 - 1.5.0 - feat(core)
|
||||
Add cwd option and child-process execution for custom working directory; implement signal-forwarding child runner; update docs and bump package version to 1.4.0
|
||||
|
||||
- Introduce IRunOptions with cwd support to runPath/runCli
|
||||
- When cwd is provided, runCli now spawns a child process (runInChildProcess) to execute the script in the specified working directory
|
||||
- runInChildProcess preserves node execArgv, inherits env and stdio, forwards signals (SIGINT, SIGTERM, SIGHUP) and propagates child exit codes/signals
|
||||
- Update README with documentation and examples for running scripts with a custom working directory and parallel execution
|
||||
- Bump package version to 1.4.0
|
||||
|
||||
## 2025-10-13 - 1.3.4 - fix(docs)
|
||||
Update README with expanded docs and examples; add pnpm and CI tooling configs
|
||||
|
||||
|
Reference in New Issue
Block a user