- test files are not incluced in the Hex release (#1), thanks to @axelson!
- the req. Elixir version is now 1.15
- Add support for a bit nicer syntax with implicit
==
handling:
%{and: [%{status: :new}, %{age: 30}]}
- Add support for nested conditions, like:
%{or: [[:=, :status, :new], %{and: [[:=, :status, :old], [:=, :age, 50]]}]}
- Published on hex.pm