It is now possible to filter using **empty** and **not empty** constraints on list fields
0.5.0
You can now use **bubble-api** in your asynchronous codes. The syntaxe is almost exactly the same. You just need to instanciate your Bubble Client using `from bubble_api.asyncio import BubbleClient`
0.4.1
- BubbleWrapper has been renamed to BubbleClient for better readability - get_by_id now raises HTTPError if no object found
0.4.0
- New README - Less dependencies - Lighter code - Syntax improvements - And more ...
0.2.0
It is now possible to trigger a WF
0.1.1
Fix a bug that was preventing the use of get_object_by_id using a column different from _id