Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 12c98ce

Browse files
committed
fix: adds PostgREST types to responses
1 parent 9f40170 commit 12c98ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Releases
2+
3+
Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.
4+
5+
### v0.21.1
6+
7+
- Make PostgrestResponse data always an array
8+
- Introduce PostgrestSingleResponse and make single return PromiseLike<PostgrestSingleResponse<T>>. This means single has to be called at the very end of the method chain in a TypeScript context.
9+
- Make sure PostgrestResponse is correctly assigned as the return type of onfulfilled callback.

0 commit comments

Comments
 (0)