Skip to content

Commit 6568bff

Browse files
authored
Merge pull request #7 from supabase-community/chore/publish
chore: Publish v0.0.3
2 parents 7442f76 + 18ecc19 commit 6568bff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3
2+
3+
- feat: Add support for count and select with count. [#6](https://github.com/supabase-community/mock_supabase_http_client/pull/6)
4+
15
## 0.0.2
26

37
- fix: Character encoding issues in mock response to handle non-ASCII characters correctly [#3](https://github.com/supabase-community/mock_supabase_http_client/pull/3)
@@ -10,4 +14,3 @@
1014
- Basic filtering support.
1115
- Basic transformer (order, limit, range, single, maybeSingle) support.
1216
- Basic referenced table support.
13-

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mock_supabase_http_client
22
description: A mock Supabase client for testing API calls without making actual http requests for Dart/Flutter apps that use Supabase.
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: 'https://supabase.com'
55
repository: https://github.com/supabase-community/mock_supabase_http_client
66

0 commit comments

Comments
 (0)