Releases: Akryum/monorepo-run
Releases · Akryum/monorepo-run
v0.4.2
New
- Default 200ms throttle with
--stream
Fixed
--stream
not applied
- restore terminal cursor on exit
v0.4.0
New
- add
monorepo-run
bin so it can be used with npx monorepo-run
- display tasks status with a list of tasks
- limit maximum number of concurrent tasks with
--concurrency
, closes #5
- UI: improved status
v0.3.1
Fixed in v0.3.0
- ui: refactored for much better performance and lower CPU usage
Fixed
- remove buggy line delete (upstream issues)
v0.2.1
New
- improved summary
- detect and use
yarn run
- help message
Fixed
- update node-pty to support node 12
- size pty correctly
- emoji support
- improved ansi escape seqs handling
- better error message
- use neo-blessed
- ui: catch error
- ui: shells width
- ui: strip unsupported ANSI escape sequences
v0.2.0
New
Enable UI layouts with the --ui
flag:
v0.1.3
Fixed
- KILL THEM ALL: sync terminate + detached worker
v0.1.2
Fixed
- output buffer if code != 0
- remove unnecessary terminate logic
v0.1.1
New
Fixed
- output issues
- crash when no patterns
- patterns option parsing
- better process handling