Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 549 Bytes

RELEASES.md

File metadata and controls

14 lines (8 loc) · 549 Bytes

Releases

Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.

0.29.0

v0.21.1

  • 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.