1.14.4
Released on 2023-04-03
Changes
- Type
- enhancement
- Tool
- Elixir
- Module
- Inspect
- Description
- Add `:sort_maps` to `Inspect.Opts.custom_options`
- Type
- enhancement
- Tool
- IEx
- Module
- IEx
- Description
- Support shell history in Erlang/OTP 26+
- Type
- enhancement
- Tool
- Mix
- Module
- mix compile.elixir
- Description
- Optimize application tracer
- Type
- enhancement
- Tool
- Elixir
- Module
- Code
- Description
- Properly handle blocks with comments in all cases in `Code.quoted_to_string_with_comments/2`
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Fix `debug_info/4` when returning core_v1
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Store complete path on `quote keep: true` to avoid invalid stacktraces
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Fix column count when tokenizing escaped interpolations
- Type
- enhancement
- Tool
- Elixir
- Module
- Stream
- Description
- Fix `Stream.zip/1` hanging on empty list
- Type
- enhancement
- Tool
- Mix
- Module
- mix format
- Description
- Don't call formatter on directories