v1.0.0
-
Enhancements
- All public lookup functions are now always returning either
{:ok, term}
or{:error, term}
. Bothlookup!/4
andpipe_lookup!/2
are available to get only the lookup result or raise in case of an error
- All public lookup functions are now always returning either
-
Backwards incompatible changes
- Minimum required elixir version is now
~> 1.5
- Minimum required elixir version is now