github elixir-lang/elixir v1.14.0-rc.1

latest releases: v1.16.2, v1.16.1, v1.16.0...
21 months ago

1. Enhancements

IEx

  • [IEx.Helpers] Support sigils in h/1

Mix

  • [Mix] Add :config_path and :lockfile options to Mix.install/2

2. Bug fixes

Elixir

  • [Enum] Fix usage of range with steps != 1 in a few functions (regression)
  • [Kernel] Fix usage of range with steps != 1 on binary_slice/2 (regression)
  • [Kernel] Recursively expand pipelines on right-hand side of |> (regression)
  • [Kernel] Fix equality in guards for dynamic ranges without steps
  • [Module] Fix loop while unifying type variables
  • [System] Raise non-generic exception on missing env in System.fetch_env!/1 to mirror map operations

IEx

  • [IEx] Continue parsing after --no-pry (regression)

Mix

  • [Mix] Properly compile-dependencies on mix format

See v1.14.0-rc.0 for the complete release notes.

Don't miss a new elixir release

NewReleases is sending notifications on new releases.