All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.7.4 Changes
- ๐ Fix cast to atom error message (#16)
-
v0.7.3 Changes
- โ Add
apply!
function to return result without tuple
- โ Add
-
v0.7.2 Changes
- ๐ Fix ecto
order
helper error messages
- ๐ Fix ecto
-
v0.7.1 Changes
- ๐ Fix
false
value filtering (#12)
- ๐ Fix
-
v0.7.0 Changes
- 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. - Fix params