Packages

Porcelain implements a saner approach to launching and communicating with external OS processes from Elixir. Built on top of Erlang's ports, it provides richer functionality and simpler API.

Current section

Files

Jump to
porcelain CHANGELOG.md
Raw

CHANGELOG.md

Changelog
=========
## v1.1.2 - Aug 4, 2014
* support Elixir versions 0.14.3 up to 2.0.0
## v1.1.1 - Jul 14, 2014
* add missing type for the `Result` struct (minor change)
## v1.1.0 - Jul 14, 2014
* support files opened in raw mode for input and output
* update for Elixir v0.14.3 by adding type definition for the `Process`
struct
## v1.0.0 – Jun 21, 2014
* initial release on hex.pm
## v1.0.0-beta – Jun 19, 2014
* initial release