Enhancements
- Support
after_load/2
andafter_load/3
callbacks - Support casting floats and integers in addition to string in
Decimal
- Add
__state__
field that to every schema that is either:built
,:loaded
or:deleted
- Add
Ecto.Changeset.apply/1
- Support times with miliseconds when casting
Ecto.Time
andEcto.DateTime
Bug fixes
- Do not accept default, null or primary key options in modify
- Ensure
Ecto.Model.assoc/2
withhas_* :through
has the association as source in from - Properly implement
blank?
forEcto.UUID
andEcto.DateTime
- Ensure
psql
actually works on Windows and does not set locale data by default - Make options optional in
Ecto.Adapters.SQL.query/4