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