Packages

ETS match spec builder from a simple intuitive query language

Current section

Files

Jump to
ets_select CHANGELOG.md
Raw

CHANGELOG.md

## v0.1.2 (2023-08-16)
- Add support for a bit nicer syntax with implicit `==` handling:
```elixir
%{and: [%{status: :new}, %{age: 30}]}
```
## v0.1.1 (2023-08-16)
- Add support for nested conditions, like:
```elixir
%{or: [[:=, :status, :new], %{and: [[:=, :status, :old], [:=, :age, 50]]}]}
```
## v0.1.0 (2023-08-16)
### First release
- Published on hex.pm