ecto_enum v1.4.0 Release Notes
Release Date: 2019-10-31 // almost 5 years ago-
๐ EctoEnum supports Ecto 3.0
- Uses ecto and ecto_sql >= 3.0 deps
- Updates tests
- Add required
embed_as/1
andequal?/2
callbacks forEcto.Type
modules
โ Will have yet to test EctoEnum with latest MySQL adapter (myxql)
Previous changes from v1.3.2
-
- EctoEnum now generates typespecs for dialyzer.
- ๐ Fixed a bug where the
create_type/0
with the drop was not being created.