All Versions
15
Latest Version
Avg Release Cycle
30 days
Latest Release
3001 days ago

Changelog History
Page 1

  • v0.6.3 Changes

    February 05, 2016
    • ✨ Enhancements
      • add migrated? to check is a table migrated or not
  • v0.6.2 Changes

    September 25, 2015
    • ✨ Enhancements
      • use ecto ~> 1.0.0
  • v0.6.1 Changes

    August 15, 2015
    • ✨ Enhancements
      • use ecto ~> 0.16.0
  • v0.6.0 Changes

    August 11, 2015
    • Backwards incompatible changes
      • as ecto => 0.15.0 renames some fields in Ecto.Association.Has from assoc to related
  • v0.5.0 Changes

    July 23, 2015
    • Backwards incompatible changes
      • as ecto => 0.14.0 generate schema(:type, field) instead of schema(:field, field)
  • v0.4.1 Changes

    July 15, 2015
    • ✨ Enhancements
      • use ecto ~> 0.13.0
  • v0.4.0 Changes

    June 29, 2015
    • ✨ Enhancements

      • allow defining more sources for the same model
    • Backwards incompatible changes

      • use insert! update! as supported in ecto > 0.12.0, it is no more compatible with ecto < 0.12.0
  • v0.3.3

    June 11, 2015
  • v0.3.2 Changes

    June 07, 2015
    • ✨ Enhancements
      • add more space for meta information
      • update meta information after migration run
  • v0.3.1 Changes

    • ⬆️ bump for using ecto 0.12.0-rc