Skip to content

0.29.1

Compare
Choose a tag to compare
@dantownsend dantownsend released this 04 Dec 08:40
· 161 commits to master since this release

The __visible_fields filter on PiccoloCRUD now works on the detail endpoint (courtesy @sinisaos). For example:

GET /1/?__visible_fields=id,name,director.name

We also modified a type annotation in FastAPIWrapper, so you can use it with FastAPI's APIRouter without getting a type warning. Thanks to @gmos for reporting this issue.