Current section
Files
Jump to
Current section
Files
ecto_filters
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v0.2.2
* Allows search key to be configured
## v0.2.1
* Prevents errors from being raised when a filter doesn't exist.
## v0.2.0
* Allows maps with atomized keyed, maps with string keys, and keyword lists.
## v0.1.3 (2019-05-23)
* [BREAKING] changes filter definitions to macro
## v0.1.2
* defoveridable
## v0.1.1
* docs
## v0.0.1
* initial release