Module

CLI

Changes by version

Elixir 1.18.3

· 1 change

Bugfix Tool: Elixir

Fix --no-color not setting :ansi_enabled to false

Elixir 1.18.2

· 2 changes

Enhancement Tool: Elixir

Add --color/--no-color for enabling and disabling of ANSI colors

Bugfix Tool: Elixir

Temporarily remove PowerShell scripts for elixir, elixirc, and mix on Windows, as they leave the shell broken after quitting Erlang

Elixir 1.18.0

· 1 change

Enhancement Tool: Elixir

Add experimental PowerShell scripts for elixir, elixirc, and mix on Windows. Those provide a safer entry point for running Elixir from other platforms

Elixir 1.14.5

· 1 change

Enhancement Tool: Elixir

Fix a bug where stdout would block when there was no attached terminal on Windows when running on Erlang/OTP 26

Elixir 1.14.1

· 1 change

Enhancement Tool: IEx

Fix invalid argument handling when --no-pry is given

Elixir 1.14.0

· 2 changes

Bugfix Tool: Elixir

Improve errors on incorrect --rpc-eval usage

Bugfix Tool: Elixir

Return proper exit code on Windows

Elixir 1.13.0

· 1 change

Enhancement Tool: Elixir

Support --short-version on the CLI that does not boot the VM

Elixir 1.12.0

· 1 change

Bugfix Tool: Elixir

Ensure -e "" (with an empty string) parses correctly on Windows

Elixir 1.10.0

· 1 change

Enhancement Tool: Elixir

Add support for NO_COLOR environment variable

Elixir 1.9.0

· 2 changes

Enhancement Tool: Elixir

Add support for --boot, --boot-var, --erl-config, --pipe-to, --rpc-eval, and --vm-args options

Enhancement Tool: Elixir

Deprecate --detached option, use --erl "-detached" instead

Elixir 1.6.0

· 1 change

Bugfix Tool: Elixir

Support path with spaces as argument to elixir.bat

Elixir 1.3.0

· 1 change

Enhancement Tool: Elixir

Add --logger-otp-reports BOOL and --logger-sasl-reports BOOL switches

Elixir 1.1.0

· 2 changes

Enhancement Tool: Elixir

Add support for --werl in Windows bash-like shells

Bugfix Tool: Elixir

Ensure Logger messages are flushed when executing commands

Elixir 1.0.1

· 1 change

Enhancement Tool: Elixir

Fix Elixir CLI when running on Cygwin

Elixir 0.15.1

· 1 change

Enhancement Tool: Elixir

Fix shell bugs when running on Windows with Cygwin or MinGW

Elixir 0.14.2

· 2 changes

Enhancement Tool: Elixir

Support paths inside archives in -pa and -pz options

Enhancement Tool: Elixir

Remove support for the --gen-debug option as its usage is not documented by OTP

Elixir 0.13.0

· 1 change

Enhancement Tool: Elixir

Ensure --app is handled as an atom before processing

Elixir 0.12.1

· 1 change

Enhancement Tool: Elixir

Abort when a pattern given to elixirc does not match any file

Elixir 0.11.0

· 1 change

Enhancement Tool: Elixir

Reading .elixirrc has been dropped in favor of setting env vars

Elixir 0.10.2

· 1 change

Enhancement Tool: Elixir

Add --verbose to elixirc, which now is non-verbose by default

Elixir 0.10.1

· 1 change

Enhancement Tool: Elixir

Speed up boot time on Elixir .bat files

Elixir 0.10.0

· 1 change

Enhancement Tool: Elixir

Elixir can now run on Unix directories with : in its path