ecto_enum v1.4.0 Release Notes

Release Date: 2019-10-31 // over 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.