Closed arnodirlam closed 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.
Thank you for the PR @arnodirlam! 💜 Will cut a release which includes your contribs as soon as I fix the travis.yml
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.