- Silence warnings for Elixir v1.4.
- Update generated docs using ex_doc v0.14.5.
- Remove support for Combination.combine(Enum.t, Range.t) as it is simply a
Enum.flat_map/2
ofCombination.combine/2
, which should support any Enumerable other than Range.
- First Version