github elixir-lang/elixir v1.13.2

latest releases: v1.16.2, v1.16.1, v1.16.0...
2 years ago

1. Enhancements

Mix

  • [mix format] Allow plugins to also format .ex and .exs files
  • [mix release] Allow bypassing application mode validation in release spec
  • [mix test] Print a message when the suite fails due to the coverage threshold

2. Bug fixes

Elixir

  • [Code] Do not emit warnings on Code.Fragment.container_cursor_to_quoted/2
  • [Kernel] Fix a crash when a for-comprehension with :uniq was used inside another comprehension with :uniq
  • [Kernel] Ensure env.context_modules is properly set inside optimized defmodule
  • [Keyword] Deprecate the recently added Keyword.map/2 as it is equivalent to Keyword.new/2
  • [Map] Deprecate the recently added Map.map/2 as it is equivalent to Map.new/2
  • [Protocol] Warn on zero arity callbacks inside protocols

Checksums

  • Precompiled.zip SHA1: 53bf917f18fc210dcf252e346453fd8c04f2ac6b
  • Precompiled.zip SHA512: 74cc0b3d7ddb0156d6695b3b08319d0c01fcfac053407b0bf8b456013d21d1b37ffd5cba389557edfb6af329fbed07c8cd1061a6698b60e1b16a70c898720ec2
  • Docs.zip SHA1: 442ee132942e7834b0dd87e459b261d0d7db5821
  • Docs.zip SHA512: 8519c56c6f57c187a82745c272906dc9ff76be2a026af5d1a8cb7e727530aab99c7536d520a72209f01bf7c99cabb29efb8d1a43eb99ac8dc0bababc04805d0e

Don't miss a new elixir release

NewReleases is sending notifications on new releases.