Enhancement
2 changes
Expand left..right at compile time in more cases, which leads to improved performance under different scenarios, especially on x in left..right expressions
Add --no-load-deps flag. This is useful for Rebar 3 compatibility
Elixir release
Released on
Change breakdown
Detailed changelog
2 changes
Expand left..right at compile time in more cases, which leads to improved performance under different scenarios, especially on x in left..right expressions
Add --no-load-deps flag. This is useful for Rebar 3 compatibility
6 changes
Fix for converting from negative iso days on New Year in a leap year
Ensure @spec, @callback, @type and friends can be read accordingly
Avoid warnings when using Module.eval_quoted in the middle of existing definitions
Unload previous archive versions before building
Expand paths so mix format path\for\windows.ex works
Ensure that --cover displays correct coverage in an umbrella app