1.0.1

Released on 2014-10-07

Changes

Type
enhancement
Tool
Elixir
Module
Mix
Description
Add MIX_ENV output to archive.build (as on escript.build)
Type
enhancement
Tool
Elixir
Module
CLI
Description
Fix Elixir CLI when running on Cygwin
Type
enhancement
Tool
Elixir
Module
ExUnit
Description
Include stacktraces in ExUnit timeouts
Type
enhancement
Tool
Elixir
Module
Mix
Description
Load dependencies before `deps.check` compiles dependencies
Type
enhancement
Tool
Elixir
Module
Mix
Description
Ensure `Mix.Config` is deep merged
Type
enhancement
Tool
Elixir
Module
Mix
Description
Change version requirement in new apps to `~> MAJOR.MINOR`
Type
enhancement
Tool
Elixir
Module
Mix
Description
Report correct location if `local.hex` fails and give higher priority to powershell install on Windows
Type
enhancement
Tool
Elixir
Module
Mix
Description
Ensure `--elixirc-paths` option for `compile.elixir` is a subset of the project `:elixirc_paths` configuration and it does not remove skipped entries from the manifest
Type
enhancement
Tool
Elixir
Module
Mix
Description
Ensure `compile.elixir` writes to manifest when files are removed
Type
enhancement
Tool
Elixir
Module
Mix
Description
Ensure `compile.elixir` purges and deletes modules before compiling
Type
enhancement
Tool
Elixir
Module
Mix
Description
Do not crash on malformed proxy env var
Type
enhancement
Tool
Elixir
Module
Stream
Description
Ensure `chunk/4` works correctly when halted
Type
enhancement
Tool
Elixir
Module
System
Description
Do not allow relative paths in `System.cmd/3` as documented
Type
enhancement
Tool
Elixir
Module
System
Description
Fix `:stderr_to_stdout` option in `System.cmd/3`