ecto_enum v0.4.0 Release Notes

Release Date: 2016-08-10 // over 7 years ago
    • 📄 There's now an option to use Enumerated Types in Postgres
    • New __valid_values__ () is automatically defined in your custom Enum module to see all valid values accepted by your custom Enum type
    • ✅ Reorganized tests for PG and MySQL