We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa912b3 + 08a3dff commit a90fac9Copy full SHA for a90fac9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.3+2
2
+
3
+- fix: Error on select after delete or update [#17](https://github.com/supabase-community/mock_supabase_http_client/pull/17)
4
5
## 0.0.3+1
6
7
- fix: Add support to datetime on gt. gte. lt. lte. filter [#8](https://github.com/supabase-community/mock_supabase_http_client/pull/8)
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+1
+version: 0.0.3+2
homepage: 'https://supabase.com'
repository: https://github.com/supabase-community/mock_supabase_http_client
0 commit comments