-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adds PostgREST types to responses
- Loading branch information
1 parent
9f40170
commit 12c98ce
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Releases | ||
|
||
Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes. | ||
|
||
### v0.21.1 | ||
|
||
- Make PostgrestResponse data always an array | ||
- 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. | ||
- Make sure PostgrestResponse is correctly assigned as the return type of onfulfilled callback. |