Releases: link-foundation/command-stream
Releases Β· link-foundation/command-stream
0.9.0
Add Rust translation and reorganize codebase
- Reorganize JavaScript source files into
js/folder structure - Move tests from root
tests/tojs/tests/ - Add complete Rust translation in
rust/folder with: - Shell parser supporting &&, ||, ;, |, (), and redirections
- All 21 virtual commands (cat, cp, mv, rm, touch, mkdir, ls, cd, pwd, echo, yes, seq, sleep, env, which, test, exit, basename, dirname, true, false)
- ProcessRunner for async command execution with tokio
- Comprehensive test suite mirroring JavaScript tests
- Case study documentation in docs/case-studies/issue-146/
Related Pull Request: #147
0.8.3
Fix trace logs interfering with output when CI=true
- Removed automatic trace log enabling when CI environment variable is set
- Trace logs no longer pollute stderr in CI/CD environments (GitHub Actions, GitLab CI, etc.)
- Added COMMAND_STREAM_TRACE environment variable for explicit trace control
- COMMAND_STREAM_TRACE=true explicitly enables tracing
- COMMAND_STREAM_TRACE=false explicitly disables tracing (overrides COMMAND_STREAM_VERBOSE)
- COMMAND_STREAM_VERBOSE=true continues to work as before
- JSON parsing works reliably in CI environments
Fixes #135
Related Pull Request: #138
0.8.2
Add Windows shell detection support
- Added Windows-specific shell detection (Git Bash, PowerShell, cmd.exe)
- Use 'where' command on Windows instead of 'which' for PATH lookups
- Fallback to cmd.exe on Windows when no Unix-compatible shell is found
- Updated timing expectations in tests for slower Windows shell spawning
- Created case study documentation for Windows CI failures (Issue #144)
Related Pull Request: #145
0.8.1
0.8.0
Transition to new CI/CD template with modern best practices
Features:
- Changeset-based versioning for semantic version management
- OIDC trusted publishing to npm (no tokens required)
- Manual and automatic release workflows
- Multi-platform testing (Ubuntu, macOS, Windows)
- Node.js compatibility testing (v20, v22, v24)
- ESLint + Prettier with Husky pre-commit hooks
- Code duplication detection with jscpd
- Consolidated release workflow for all publishing
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Related Pull Request: #143
Release v0.7.1
π New Release: command-stream v0.7.1
π¦ Installation
npm install command-stream
# or
bun add command-streamπ NPM Package
π Changes
See commit history for details.
Release v0.7.0
π New Release: command-stream v0.7.0
π¦ Installation
npm install command-stream
# or
bun add command-streamπ NPM Package
π Changes
See commit history for details.
Release v0.6.0
π New Release: command-stream v0.6.0
π¦ Installation
npm install command-stream
# or
bun add command-streamπ NPM Package
π Changes
See commit history for details.
Release v0.5.0
π New Release: command-stream v0.5.0
π¦ Installation
npm install command-stream
# or
bun add command-streamπ NPM Package
π Changes
See commit history for details.
Release v0.4.0
π New Release: command-stream v0.4.0
π¦ Installation
npm install command-stream
# or
bun add command-streamπ NPM Package
π Changes
See commit history for details.