- Shellout now supports
gleam_stdlib
v1.0. - Shellout now requires Gleam v0.34 or later.
- Shellout now requires Gleam v0.33 or later.
- Shellout now requires Gleam v0.30 or later.
- Shellout no longer depends on
gleam_erlang
.
- Shellout now requires Gleam v0.29 or later.
- Shellout now supports
gleam_stdlib
v0.28.
- Shellout now requires Gleam v0.27 or later.
- Fixed a bug where
command
did not behave as expected with the Deno JavaScript runtime. - Fixed a bug where
start_arguments
did not behave as expected with the Deno JavaScript runtime.
- Shellout now supports the Deno JavaScript runtime (v1.30 or later).
- Complete rewrite!
- The new
shellout
module gains theCommandOpt
,Lookup
,Lookups
, andStyleFlags
types, along with thecolors
anddisplays
constants and the following functions for all compilation targets:arguments
,background
,color
,command
,display
,exit
,style
,which
. - New
shellout_ffi
modules for Erlang and JavaScript.
- Documentation update.
- Initial release!
- The
shellout
module gains theCmdOpt
andCmdResult
types, along with thecmd
function, a thin wrapper ofElixir.System.cmd/3
.