You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Mix] 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.
[Mix] Add deps.precompile task as hook
[Mix] Support --include-children in mix deps.compile option
[String] Update version of the Unicode database to 8.0.0
Bug fixes
[Application] Ensure spec/2 returns nil for unknown applications
[Integer] Fix a possible binary leak in parse/1
[Mix] Purge Erlang modules on recompilation
[String] Ensure split/1 does not break on non-breakable whitespace
[String] Ensure NFC and NFD normalization pass all of Unicode 8.0.0 tests
[Version] Allow dots in build info for versions in Version.parse/1