1.0.2
Released on 2014-10-21
Changes
- Type
- enhancement
- Tool
- Elixir
- Module
- EEx
- Description
- Remove invalid warning when attempting to inline code in EEx
- Type
- enhancement
- Tool
- Elixir
- Module
- EEx
- Description
- Unify syntax errors to always include file:line:
- Type
- enhancement
- Tool
- Elixir
- Module
- IEx
- Description
- Set null prompt function in dumb term mode
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Do not define an ets table with the same name as the module as it clashes with user code
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Fail compiling try expressions if they lack one of catch/after/rescue/else clauses
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Improve error messages when parsing fails on aliases
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Improve warnings coming from compile-time evaluation of arguments
- Type
- enhancement
- Tool
- Elixir
- Module
- String
- Description
- Fix String.replace/4 typespec