gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
562 stars 131 forks source link

Ecto 2.1 support #32

Closed arnodirlam closed 7 years ago

arnodirlam commented 7 years ago

Ecto 2.1 support as discussed in issue #31.

Test files had to be changed because of changed Ecto return value on invalid cast. Also, as cast/4 was deprecated, cast/3 is now used.

Please review carefully as I really only updated the syntax, solved deprecation warnings, and made the tests run again.

gjaldon commented 7 years ago

Thank you for the PR @arnodirlam! 💜 Will cut a release which includes your contribs as soon as I fix the travis.yml