Skip to content

Commit 03616e5

Browse files
0.9.4
1 parent d8140d9 commit 03616e5

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/array-join-pitfall-documentation.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- 3265939: Document Array.join() pitfall and add best practices (fixes #153)
8+
- Add js/BEST-PRACTICES.md with detailed usage patterns for arrays, security, and error handling
9+
- Add Common Pitfalls section to README.md explaining the Array.join() issue
10+
- Add js/docs/case-studies/issue-153/ with real-world bug investigation from hive-mind#1096
11+
- Add rust/BEST-PRACTICES.md for Rust-specific patterns
12+
- Add 34 tests for array interpolation covering correct usage and anti-patterns
13+
- Reorganize file structure: move JS-related docs to js/ folder, case studies to js/docs/case-studies/
14+
315
## 0.9.2
416

517
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "command-stream",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Modern $ shell utility library with streaming, async iteration, and EventEmitter support, optimized for Bun runtime",
55
"type": "module",
66
"main": "js/src/$.mjs",

0 commit comments

Comments
 (0)