All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-

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
  • v0.7.2 Changes

    • ๐Ÿ›  Fix ecto order helper error messages
  • v0.7.1 Changes

    • ๐Ÿ›  Fix false value filtering (#12)
  • 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 of cast: {:atom, [:foo, :bar]}. If the old behaviour is required, cast: :atom_unchecked can be used.