We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331e76e commit e8c2ecbCopy full SHA for e8c2ecb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.3+1
2
+
3
+- fix: Add support to datetime on gt. gte. lt. lte. filter [#8](https://github.com/supabase-community/mock_supabase_http_client/pull/8)
4
5
## 0.0.3
6
7
- feat: Add support for count and select with count. [#6](https://github.com/supabase-community/mock_supabase_http_client/pull/6)
pubspec.yaml
@@ -1,6 +1,6 @@
name: mock_supabase_http_client
description: A mock Supabase client for testing API calls without making actual http requests for Dart/Flutter apps that use Supabase.
-version: 0.0.3
+version: 0.0.3+1
homepage: 'https://supabase.com'
repository: https://github.com/supabase-community/mock_supabase_http_client
0 commit comments