Skip to content

0.42.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 08 Aug 21:39
· 97 commits to master since this release

Added dependency injection to PiccoloCRUD hooks - the Starlette request object will now be passed in if requested. For example:

def my_hook(row_id, request):
      ...

Thanks to @AnthonyArmour and @destos for this.