# Revision history for reflex-process ## 0.2.1.0 * `createProcess`: Ensure that handle is open before attempting to check whether it is readable ## 0.2.0.0 * Breaking change: Generalise input and output parameters of createRedirectedProcess. Existing programs should replace `Process t` with `Process t ByteString ByteString` and `ProcessConfig t` with `ProcessConfig t ByteString`. ## 0.1.0.1 * Loosen reflex-vty version bounds ## 0.1.0.0 * Initial release. The core of the interface is `Reflex.Process.createProcess`, which runs a `System.Process.CreateProcess` command, taking `Event`s of input and producing `Event`s of output.