All Versions
31
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v3.2.1 Changes

    • 🐛 Bug fixes
      • Implement proper input_value/4 callback
  • v3.2.0 Changes

    • ✨ Enhancements
      • Depend on Phoenix.HTML ~> 2.9
  • v3.1.0 Changes

    • ✨ Enhancements
      • Depend on Ecto ~> 2.1 and support new :naive_datetime and :utc_datetime types
  • v3.0.1 Changes

    • ✨ Enhancements
      • Support non-struct data in changeset
  • v3.0.0 Changes

    • ✨ Enhancements

      • Add Phoenix.Ecto.SQL.Sandbox for concurrent acceptance tests with Phoenix and Ecto based on user-agent
      • Use the new sandbox based on user-agent
      • Depend on Phoenix.HTML ~> 2.6
      • Depend on Ecto ~> 2.0
    • 🐛 Bug fixes

      • Do not list errors if changeset has no action
  • v2.0.0 Changes

    • ✨ Enhancements

      • Depend on Ecto ~> 1.1
    • Backwords incompatible changes

      • f.errors now returns a raw list of changeset.errors for the form's changeset which can be further translated with Phoenix' new Gettext support
      • No longer implement Poison protocol for Ecto.Changeset
  • v1.2.0 Changes

    • ✨ Enhancements
      • Depend on Ecto ~> 1.0
      • Depend on Phoenix.HTML ~> 2.2
      • Use the new :as option for naming inputs fields instead of :name
  • v1.1.0 Changes

    • ✨ Enhancements
      • Depend on Ecto ~> 0.15
      • Support skip_deleted in inputs_for
      • Support default values from data rather from :default option
  • v1.0.0 Changes

    • ✨ Enhancements
      • Depend on Phoenix.HTML ~> 2.1
      • Depend on Ecto ~> 0.15
      • Support associations on changesets
  • v0.9.0 Changes

    • ✨ Enhancements
      • Depend on Phoenix.HTML ~> 2.0