Current section
Files
Jump to
Current section
Files
ecto_filter
CHANGELOG.md
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [0.2.0](https://github.com/edenlabllc/ecto_filter/compare/0.1.0...0.2.0) (2019-7-25)
### Features:
* update ecto to 3.1.7, ecto_sql to 3.1.6
## [0.1.0](https://github.com/edenlabllc/ecto_filter/compare/0.1.0...0.1.0) (2019-7-11)
### Features:
* ecto 3
* added search by nested maps for json
* add support for comparisons with `nil`
* sanitize like query
* add has_many through associations support
* add support for operations on JSON maps
* add JSON operators
* add has_many association support
### Bug Fixes:
* make JSON operator overridable
* remove debug info
* has_many association query
* rename JSON module namespace