alembic 3.3.0
Changelog
v3.3.0
Enhancements
-
#44 - @KronicDeth
-
Alembic.Document.from_ecto_changeset/2converts theerrorsinecto_changesettoAlembic.Error.tin a singleAlembic.Document.t. Bypasses a bug inJaSerializerwhere it assumes all fields that don’t end in_idare attribute names, which leads to association names (as opposed to their foreign key) being put under/data/attributes.Alembic.Document.from_ecto_changesetreflects on theEcto.Changeset.tdatastruct module to get the__schema__/1information 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.tinstead of defaulting to/data/attributes. -
Update
circle.yml-
Erlang
19.3 -
Elixir
1.4.1
-
Erlang
-
Bug Fixes
-
#43 - @KronicDeth
-
Allow
Alembic.Error.tsourceto benil - Lower minimum coverage because coverage number varies from run to run.
-
Allow
Read next alembic 3.2.1
