Enhancement
13 changes
Support Erlang 17.5 and 18.0
Support "--search PATTERN" in "mix help"
Support :start_permanent that starts the application as permanent
Support :build_embedded that compile protocols, avoid symlinks and ensure protocols are loaded on boot
Make "mix app.start" public and support "--permanent" and "--temporary" options
Speed decoding operations
Produce clearer error messages for syntax errors before a sigil
Return value when matching on _ in the last line of a block
Ensure changes in child deps forces the parent to recompile
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
Store relative paths in erlang manifests
Fix httpc proxy option profile for downloading hex and other safe packges
Fix missing behaviour warning when compiling Erlang modules