Releases: uriyyo/fastapi-filters
Releases · uriyyo/fastapi-filters
0.2.9
- Fix issue with incorrect sorting field spec for
tortoise-orm
. #203
0.2.8
- Fix issue with postgres range overlaps.
0.2.7
- Add ability to use field as ns key.
- Add op-type overrides and extract the whole filter-set.
0.2.6
- Fix issue with extracting unknown field
0.2.5
- Minor FilterSet and sorting updates.
0.2.4
- Add
tortoise
integration. #174
0.2.2
- Add
alias
to FilterField
.
0.2.1
- Add hook funcs for
sqlachemy
extension.
0.2.0
- Switch to
pydantic
v2.
- Add class-based filter sets.