tty-command v0.5.0 Release Notes

Release Date: 2017-07-16 // almost 7 years ago
  • ➕ Added

    • ➕ Add :signal option for timeout
    • ➕ Add :input option for handling stdin input
    • ➕ Add ability for Command#run to specify a callback that is invoked whenever stdout or stderr receive output
    • ➕ Add Command#wait for polling a long running script for matching output

    🔄 Changed

    • 🔄 Change ProcessRunner to immediately sync write pipe
    • 🔄 Change ProcessRunner to write to stdin stream when writable

    🛠 Fixed

    • 🛠 Fix quiet printer write call by @jamesepatrick
    • 🛠 Fix to correctly close all pipe ends between parent and child process
    • 🛠 Fix timeout behaviour for writable and readable streams