- Fix cast to atom error message (#16)
- Add
apply!
function to return result without tuple
- Fix ecto
order
helper error messages
- Fix
false
value filtering (#12)
-
Fix params
to_atoms_map
can cause a memory leak (#11) -
Fix
cast: :atom
can cause a memory leak (#8)cast: :atom
is now deprecated in favor ofcast: {:atom, [:foo, :bar]}
. If the old behaviour is required,cast: :atom_unchecked
can be used.