1.9.2
Released on 2019-10-11
Changes
- Type
- enhancement
- Tool
- Mix
- Module
- mix release
- Description
- Allow `{:from_app, app_name}` as a version for releases
- Type
- bugfix
- Tool
- Elixir
- Module
- Kernel
- Description
- Ensure compilation works for a variable named `super`
- Type
- bugfix
- Tool
- Elixir
- Module
- Kernel
- Description
- Ensure capture operator of a local function expands correctly inside a macro
- Type
- bugfix
- Tool
- Elixir
- Module
- Regex
- Description
- Ensure dynamic recompilation of regexes considers options. This fixes an issue where parsing the protocol in `URI.parse/1` seemingly looked case sensitive when running Elixir precompiled on another machine
- Type
- bugfix
- Tool
- Mix
- Module
- mix release
- Description
- Use `Base.encode32` when generating cookie to avoid unsafe chars
- Type
- bugfix
- Tool
- Mix
- Module
- mix release
- Description
- Fix `install` command on Windows
- Type
- bugfix
- Tool
- Mix
- Module
- mix release
- Description
- Quote executable path on Windows to ensure it works on directories with spaces