Enhancement
3 changes
Allow plugins to also format .ex and .exs files
Allow bypassing application mode validation in release spec
Print a message when the suite fails due to the coverage threshold
Elixir release
Released on
Change breakdown
Detailed changelog
3 changes
Allow plugins to also format .ex and .exs files
Allow bypassing application mode validation in release spec
Print a message when the suite fails due to the coverage threshold
6 changes
Do not emit warnings on Code.Fragment.container_cursor_to_quoted/2
Fix a crash when a for-comprehension with :uniq was used inside another comprehension with :uniq
Ensure env.context_modules is properly set inside optimized defmodule
Deprecate the recently added Keyword.map/2 as it is equivalent to Keyword.new/2
Deprecate the recently added Map.map/2 as it is equivalent to Map.new/2
Warn on zero arity callbacks inside protocols