1.0.4
Released on 2015-04-07
Changes
- Type
- enhancement
- Tool
- Elixir
- Module
- Elixir
- Description
- Support Erlang 17.5 and 18.0
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Support "--search PATTERN" in "mix help"
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Support `:start_permanent` that starts the application as permanent
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Support `:build_embedded` that compile protocols, avoid symlinks and ensure protocols are loaded on boot
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Make "mix app.start" public and support "--permanent" and "--temporary" options
- Type
- enhancement
- Tool
- Elixir
- Module
- URI
- Description
- Speed decoding operations
- Type
- enhancement
- Tool
- Elixir
- Module
- Elixir
- Description
- Produce clearer error messages for syntax errors before a sigil
- Type
- enhancement
- Tool
- Elixir
- Module
- Elixir
- Description
- Return value when matching on `_` in the last line of a block
- Type
- enhancement
- Tool
- Elixir
- Module
- Elixir
- Description
- Ensure changes in child deps forces the parent to recompile
- Type
- enhancement
- Tool
- Elixir
- Module
- Kernel
- Description
- Fix a bug where `=~/2` returned false when matching on an empty string. The current behaviour was changed to match the behaviour of `String.contains?/2`
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Store relative paths in erlang manifests
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Fix httpc proxy option profile for downloading hex and other safe packges
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Fix missing behaviour warning when compiling Erlang modules