Enhancement
2 changes
Implement child_spec/1 for DynamicSupervisor
Raise better error messages on invalid map syntax
Elixir release
Released on
Change breakdown
Detailed changelog
2 changes
Implement child_spec/1 for DynamicSupervisor
Raise better error messages on invalid map syntax
11 changes
Only rearrange not in operator if explicitly opted-in
Ensure do blocks do not exceed line length on calls with a single argument
Support bitstrings in Collectable and for-comprehensions (regression in v1.6.0)
Do not override user own @opts attribute
Reintroduce zipping of any enumerable of enumerables in Enum.zip/1 (regression in v1.6.0)
Reorder kw blocks in Macro.to_string/1 to avoid warnings
Fix protocol consolidation when some chunks may be missing
Reintroduce zipping of any enumerable of enumerables in Stream.zip/1 (regression in v1.6.0)
Do not override user own @opts attribute
Add @spec to second clause of start_link/2
Reintroduce :case in ExUnit setup/setup_all/test context