alembic 3.3.0
Changelog
v3.3.0
Enhancements
-
#44 - @KronicDeth
-
Alembic.Document.from_ecto_changeset/2
converts theerrors
inecto_changeset
toAlembic.Error.t
in a singleAlembic.Document.t
. Bypasses a bug inJaSerializer
where it assumes all fields that don’t end in_id
are attribute names, which leads to association names (as opposed to their foreign key) being put under/data/attributes
.Alembic.Document.from_ecto_changeset
reflects on theEcto.Changeset.t
data
struct module to get the__schema__/1
information from theEcto.Schema.t
. It also assumes that if the field maps to no known attribute, association or foreign key, then the error should not have anAlembic.Source.t
instead of defaulting to/data/attributes
. -
Update
circle.yml
-
Erlang
19.3
-
Elixir
1.4.1
-
Erlang
-
Bug Fixes
-
#43 - @KronicDeth
-
Allow
Alembic.Error.t
source
to benil
- Lower minimum coverage because coverage number varies from run to run.
-
Allow
Read next alembic 3.2.1