vic / params

Easy parameters validation/casting with Ecto.Schema, akin to Rails' strong parameters.
http://hex.pm/packages/params
Apache License 2.0
364 stars 47 forks source link

Fix Elixir 1.5 warnings #23

Closed take-five closed 7 years ago

take-five commented 7 years ago

Elixir 1.5.0 deprecates Enum.filter_map/3 and Stream.filter_map/3. This commit fixes these warnings.

vic commented 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!

take-five commented 7 years ago

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 :)