Releases: smollweide/lerna-terminal
Releases · smollweide/lerna-terminal
v1.2.0
1.2.0 (2018-04-28)
Features
- stdin: add stdin history adn optimize rendering (8c2fd87)
v1.1.6
1.1.6 (2018-04-23)
Bug Fixes
- command-listener: fix stdin and stdout handling (8b71a4d)
- render-clear: use process write instead of console.log (e5071f4)
v1.1.5
1.1.5 (2018-04-22)
Bug Fixes
- run-npm-script: use cross-spawn (dddf087)
v1.1.4
1.1.4 (2018-04-22)
Bug Fixes
- string-length: remove backslashes (45a64f1)
- string-length: replace tabs (2b43389)
v1.1.3
1.1.3 (2018-01-24)
Bug Fixes
- process: terminate child processes on SIGINT and SIGTERM (3287edc), closes #2
v1.1.2
1.1.2 (2018-01-20)
Bug Fixes
- dependencies: add missing dependencies (55d557d), closes #1
v1.1.1
1.1.1 (2017-11-10)
Bug Fixes
- kill child_process: Make sure child process and it's child processes will be killed (9a8c78e)
v1.1.0
1.1.0 (2017-11-09)
Features
- root scripts: Add CLI flag --root to enable run root package scripts (88387cc)
- split screen: Better calculation of rows and columns (729ffa7)
v1.0.0
1.0.0 (2017-11-02)
Features
- commander: Use commander argument instead of option for script name (1dc6206)
BREAKING CHANGES
- commander: Change CLI by using argument instead of option for script name
v0.4.0
0.4.0 (2017-11-02)
Bug Fixes
- render-help: Fix bug while renderHelp (935054e)
Features
- commands: Allow any command in focused mode (aa52832)
- notifications: Add notifications and display notification in case of an invalid command was en (1ae2503)
- style-terminal-panel-title: Display state of child process in panel title (3c0ffa4)