Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Dec 4, 2021
1 parent c1c3815 commit 8b66ff3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes
=======

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

.. code-block:: text

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.

0.29.0
------
Added a ``__visible_fields`` filter to ``PiccoloCRUD``. It's a very powerful
Expand Down
2 changes: 1 addition & 1 deletion piccolo_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.29.0"
__VERSION__ = "0.29.1"

0 comments on commit 8b66ff3

Please sign in to comment.