Dmytro
Dmytro
## Overview Added the EctoShorts.QueryBuilder.Custom behavior. This module enables the addition of custom query filters to the query builder through a custom module defined in the configuration of the dependent...
- Added support for function serialization in `ensure_json_serializable/1`. - Functions are now converted to JSON by capturing their module, name, and arity.
### Overview Introduced ability to convert params into custom queries and apply them to accumulator query using: * query builder functions at context level * custom query functions from schema...