Skip to content

Commit

Permalink
fix: adds PostgREST types to responses
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple committed Oct 22, 2020
1 parent 9f40170 commit 12c98ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
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.

0 comments on commit 12c98ce

Please sign in to comment.