- EctoEnum supports Ecto 3.0
- Uses ecto and ecto_sql >= 3.0 deps
- Updates tests
- Add required
embed_as/1andequal?/2callbacks forEcto.Typemodules
- Will have yet to test EctoEnum with latest MySQL adapter (myxql)
Unclaimed project
Are you a maintainer of ecto_enum? Claim this project to take control of your public changelog and roadmap.
embed_as/1 and equal?/2 callbacks for Ecto.Type modulescreate_type/0 with the drop was not being created.Release v1.3.1
useing feature and string-backed enums.useing functionality so we can use EctoEnum or EctoEnum.Postgres to define Ecto Enums.defenum/2 and defenum/3 without parens.create_type/0 is now reversible and can be used in change in migration files.defenum/4 added which accepts options for creating a Postgres Enum type in a specified schema.EctoEnum.validate_enum/3 which is a helper function for validating enum values in a changeset....