1.2.4
Released on 2016-04-01
Changes
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Add `:archives` configuration to `def project` that allows projects to list archive dependencies. `--no-archives-check` (as well as `--no-deps-check`) will disable the archive check. The `:archives` option is not checked for dependencies.
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Add `deps.precompile` task as hook
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Support `--include-children` in `mix deps.compile` option
- Type
- enhancement
- Tool
- Elixir
- Module
- String
- Description
- Update version of the Unicode database to 8.0.0
- Type
- enhancement
- Tool
- Elixir
- Module
- Application
- Description
- Ensure `spec/2` returns nil for unknown applications
- Type
- enhancement
- Tool
- Elixir
- Module
- Integer
- Description
- Fix a possible binary leak in `parse/1`
- Type
- enhancement
- Tool
- Elixir
- Module
- Mix
- Description
- Purge Erlang modules on recompilation
- Type
- enhancement
- Tool
- Elixir
- Module
- String
- Description
- Ensure `split/1` does not break on non-breakable whitespace
- Type
- enhancement
- Tool
- Elixir
- Module
- String
- Description
- Ensure NFC and NFD normalization pass all of Unicode 8.0.0 tests
- Type
- enhancement
- Tool
- Elixir
- Module
- Version
- Description
- Allow dots in build info for versions in `Version.parse/1`