ecto_enum v1.4.0 Release Notes

Release Date: 2019-10-31 // almost 4 years ago
    • 👍 EctoEnum supports Ecto 3.0

      • Uses ecto and ecto_sql >= 3.0 deps
      • Updates tests
      • Add required embed_as/1 and equal?/2 callbacks for Ecto.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.