Closed take-five closed 7 years ago
Hey @take-five thanks for fixing those elixir 1.5 warnings.
As you've made a couple of PR and seem to be actually using params more than me, I've made you collaborator on GitHub and gave you access for publishing the hex package when you need (so you don't have to wait for me to see these messages and to publish your changes).
So I guess you can now merge this PR and publish a new patch version :)
Thank you!
Hi @vic
Thanks for adding me, I'll do my best in keeping library up to date, as long as we use it in our project :)
Elixir 1.5.0 deprecates
Enum.filter_map/3
andStream.filter_map/3
. This commit fixes these warnings.