1.13.2
Released on 2022-01-13
Changes
- Type
- enhancement
- Tool
- Mix
- Module
- mix format
- Description
- Allow plugins to also format `.ex` and `.exs` files
- Type
- enhancement
- Tool
- Mix
- Module
- mix release
- Description
- Allow bypassing application mode validation in release spec
- Type
- enhancement
- Tool
- Mix
- Module
- mix test
- Description
- Print a message when the suite fails due to the coverage threshold
- Type
- bugfix
- Tool
- Elixir
- Module
- Code
- Description
- Do not emit warnings on `Code.Fragment.container_cursor_to_quoted/2`
- Type
- bugfix
- Tool
- Elixir
- Module
- Kernel
- Description
- Fix a crash when a for-comprehension with `:uniq` was used inside another comprehension with `:uniq`
- Type
- bugfix
- Tool
- Elixir
- Module
- Kernel
- Description
- Ensure `env.context_modules` is properly set inside optimized `defmodule`
- Type
- bugfix
- Tool
- Elixir
- Module
- Keyword
- Description
- Deprecate the recently added `Keyword.map/2` as it is equivalent to `Keyword.new/2`
- Type
- bugfix
- Tool
- Elixir
- Module
- Map
- Description
- Deprecate the recently added `Map.map/2` as it is equivalent to `Map.new/2`
- Type
- bugfix
- Tool
- Elixir
- Module
- Protocol
- Description
- Warn on zero arity callbacks inside protocols