Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions js/.changeset/fuzzy-pianos-record.md

This file was deleted.

6 changes: 0 additions & 6 deletions js/.changeset/tender-terminals-repaint.md

This file was deleted.

13 changes: 13 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.15.0

### Minor Changes

- 4b8a864: Add PTY-backed terminal capture with resize and input control, settled frame
deduplication, unrolled text transcripts, asciicast v2 interchange, and animated
SVG recording artifacts.

### Patch Changes

- d917186: Preserve the current terminal frame before a later full-screen repaint,
including when its control sequence is split across PTY output chunks.

## 0.14.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "command-stream",
"version": "0.14.1",
"version": "0.15.0",
"description": "Modern $ shell utility library with streaming, async iteration, and EventEmitter support, optimized for Bun runtime",
"type": "module",
"main": "src/$.mjs",
Expand Down
Loading