You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
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