Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.
csv()
: supabase#187
- Make PostgrestResponse data always an array
- Introduce PostgrestSingleResponse and make single return PromiseLike<PostgrestSingleResponse>. 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.