Releases: supabase-community/postgrest-swift
Releases · supabase-community/postgrest-swift
1.0.3
What's Changed
- fix: rpc call returns PostgrestFilterBuilder by @cwjoshuak in #50
- chore: fix build by defining closure return type by @grdsdev in #53
New Contributors
- @cwjoshuak made their first contribution in #50
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
What's Changed
- correcting these parameters to be arrays by @ggarnhart in #37
- Fix upsert by @GRSouza in #44
New Contributors
- @ggarnhart made their first contribution in #37
Full Changelog: 1.0.0...1.0.1
1.0.0 🎉
Full Changelog: 0.0.6...1.0.0
0.0.6
0.0.5
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
0.0.3
What's Changed
- Update Readme with examples from test cases by @richthornton in #27
- Add support for watchOS by @GRSouza in a0d7bbb
New Contributors
- @richthornton made their first contribution in #27
Full Changelog: 0.0.2...0.0.3
0.0.2-alpha
0.0.1-alpha
What's Changed
- Create .swiftlint.yml by @dhamova in #2
PostgrestBuilder
refactoring and improvements by @GRSouza in #3- Fix crash and httpBody not being set by @GRSouza in #4
- Update README, add docs by @thecoolwinter in #6
- Rename
from
and fix rpc builder by @thecoolwinter in #8 - Add Modifiers to query builder by @thecoolwinter in #9
- Refactor and improves
PostgrestResponse
type by @GRSouza in #10 - Add public config by @thecoolwinter in #11
- Add Filter Semantic Improvements by @chFlorian in #13
- GitHub Actions CI by @GRSouza in #16
- Add async/await support by @GRSouza in #15
- Add return=minimal option, Fix content-type bug by @thecoolwinter in #19
- Add AnyCodable by @GRSouza in #23
New Contributors
- @dhamova made their first contribution in #2
- @GRSouza made their first contribution in #3
- @thecoolwinter made their first contribution in #6
- @chFlorian made their first contribution in #13
Full Changelog: https://github.com/supabase-community/postgrest-swift/commits/0.0.1