v0.0.10
What's Changed
- add
exists
method toQSet
for checking object existence (#54) by @makridenko in #72 - refactoring
url
andkey
attributes for SupabaseClient by @AlexPozh in #78 - add pre-commit workflow for automated checks on pull requests (#74) by @makridenko in #79
- Add lte (less than or equal), gt (greater than) filters by @AlexPozh in #76
- add gte, lt filters by @AlexPozh in #81
- add pytest-httpx for mocking HTTP requests and update tests (#80) by @makridenko in #82
New Contributors
Full Changelog: v0.0.9...v0.0.10