ex_machina v0.5.0 Release Notes

  • ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Factories were simplified so that attrs is no longer required. See 70a0481 and issue #56
    • ๐Ÿ— ExMachina.Ecto.assoc/3 was removed. You can now use build(:factory) instead. See discussion in issue #56

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use association id as defined on the schema 7c67047