Skip to content

Money SQL version 1.11.0

Latest
Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 24 Jan 00:31
· 5 commits to master since this release

Enhancements

  • When dumping a Money.Ecto.Composite.Type, detect if dump/3 is being called by Ecto.Type.embedded_dump/2. If it is, then return a map that can be serialized to JSON. If it isn't (most cases) then return the tuple to be serialized to Postgres. See papertrail issue.