combination v0.0.3 Release Notes
Release Date: 2017-01-06 // almost 8 years ago-
- ⚠ Silence warnings for Elixir v1.4.
- ⚡️ Update generated docs using ex_doc v0.14.5.
Previous changes from v0.0.2
-
- ✂ Remove support for
Combination.combine(Enum.t, Range.t)
as it is simply aEnum.flat_map/2
ofCombination.combine/2
, which should support anyEnumerable
other thanRange
.
- ✂ Remove support for