Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/zx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.9
Choose a base ref
...
head repository: google/zx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.2.0
Choose a head ref
  • 11 commits
  • 20 files changed
  • 1 contributor

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    411655b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    b9f78c3 View commit details
    Browse the repository at this point in the history
  2. feat: support pipe splitting (like tee) and delayed piping (#914)

    * feat: support pipe splitting
    
    BREAKING CHANGE: `p.halt()` should be replaced with `$({halt: true})`, stdio defaults to `pipe`
    
    * test: add delayed `pipe()` test
    
    * feat: add `pid` getter to `ProcessPromise`
    
    * test: check chainable pipe literals
    
    * test: kill nc process on end
    
    * refactor!: remove `halt()` method
    
    * refactor: remove runner logic from getters
    
    * fix: enhance `Shell` result type
    
    * chore: bring back `halt` method to avoid breaking change
    
    * style: improve `Options` block formatting
    
    * perf: improve cmd formatter
    
    * chore: update internal reexports
    
    * chore: up build deps
    
    * chore(deps): update which to v5.0.0
    antongolub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c38363f View commit details
    Browse the repository at this point in the history
  3. fix: properly promisify pipe stream args (#921)

    * fix: properly promisify pipe stream args
    
    * test: extend Duplex pipe test asserts
    antongolub authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3871229 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. refactor: simplify promisifyStream helper (#922)

    * refactor: simplify `promisifyStream` helper
    
    * chore: bump version to 8.2.0
    
    * test: check stream as stdio input
    antongolub authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5f0874e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ffb44e View commit details
    Browse the repository at this point in the history
  3. chore: minor code imprs (#924)

    * build: replace fx with node
    
    * chore: shrink a few bytes
    
    * ci: remove redundand script
    antongolub authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2f8066c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f2b709 View commit details
    Browse the repository at this point in the history
  5. test: refactor npm pack test (#926)

    * test: refactor npm pack test
    
    * test: refactor copyright test
    antongolub authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    75482ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0b5c2c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    6eb540f View commit details
    Browse the repository at this point in the history
Loading