- Add
:crypto
to the application list
-
Fix a mistake in the message format used for sending output from the external process. The old format was
{<pid>, :data, <data>}
the new format is
{<pid>, :data, :out | :err, <data>}
-
Add support for sending OS signals to external processes
- Fix issues with sending large inputs. There was a related issue in goon, so you'll need to update it to v1.0.2.
- support Elixir versions 0.14.3 up to 2.0.0
- add missing type for the
Result
struct (minor change)
- support files opened in raw mode for input and output
- update for Elixir v0.14.3 by adding type definition for the
Process
struct
- initial release on hex.pm
- initial release