0.0.4
What's Changed
- Add support for passing a custom
Fetch
function when initializing the client. - Add
X-Client-Info
header to all requests - Add
auth(token:)
method toPostgrestClient
, this allows to to change to JWT from outside by the library user - Add the
CountOption
parameter for specifying the count algorithm to use when counting tables on several methods. - General improvements to the code.
Full Changelog: 0.0.3...0.0.4