Skip to content

Releases: woylie/ecto_nested_changeset

0.2.1

21 Mar 02:21
1c5e44d
Compare
Choose a tag to compare

Changed

  • Update dev dependencies.
  • Update example application with Phoenix 1.7.

0.2.0

06 Jan 00:33
65bd9c9
Compare
Choose a tag to compare

Added

  • Add get_at/3 to retrieve the current field value of a nested changeset.

Changed

  • Update example application with Phoenix 1.6.6.

0.1.3

30 Aug 01:47
0.1.3
Compare
Choose a tag to compare

Changed

  • Raise EctoNestedChangeset.NotLoadedError in case the relation field of a
    loaded resource is not preloaded.
  • Handle list operations on root level relation fields if the field is not
    preloaded and the data is not persisted.

0.1.2

28 Aug 22:35
0.1.2
Compare
Choose a tag to compare

Fixed

  • Handle Ecto.Association.NotLoaded structs when appending, prepending or
    inserting data into relations of unpersisted data.

0.1.1

28 Aug 11:45
026930d
Compare
Choose a tag to compare

Changed

  • Rename mode options :replace and :delete to {:action, :replace} and {:action, :delete}.

0.1.0

28 Aug 10:05
1b36960
Compare
Choose a tag to compare

initial release