- Update dependencies.
- Update dev dependencies.
- Update example application with Phoenix 1.7.
- Add
get_at/3
to retrieve the current field value of a nested changeset.
- Update example application with Phoenix 1.6.6.
- 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.
- Handle
Ecto.Association.NotLoaded
structs when appending, prepending or inserting data into relations that are child relations of newly added, not persisted data.
- Rename
mode
options:replace
and:delete
to{:action, :replace}
and{:action, :delete}
.
initial release