Swiftpack.co - Swift Packages by supabase-community

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by supabase-community

supabase-community/realtime-swift 0.0.2
A Swift client for Supabase Realtime server.
⭐️ 49
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.0.2
1 year ago
## What's Changed * Import FoundationNetworking if needed. by @mbarnach in https://github.com/supabase-community/realtime-swift/pull/7 * Remove Starscream Dependency and bump minimum support platform by @grsouza in https://github.com/supabase-community/realtime-swift/pull/11 **Full Changelog**: https://github.com/supabase-community/realtime-swift/compare/0.0.1...0.0.2
0.0.1-alpha
2 years ago
## What's Changed * Fix availability check by @grsouza in https://github.com/supabase-community/realtime-swift/pull/1 * Swiftification of the API by @mbarnach in https://github.com/supabase-community/realtime-swift/pull/2 * Fix ChannelTopic init from string and add unit tests by @grsouza in https://github.com/supabase-community/realtime-swift/pull/5 ## New Contributors * @grsouza made their first contribution in https://github.com/supabase-community/realtime-swift/pull/1 * @mbarnach made their first contribution in https://github.com/supabase-community/realtime-swift/pull/2 **Full Changelog**: https://github.com/supabase-community/realtime-swift/commits/0.0.1
iOS macOS watchOS tvOS macCatalyst
supabase-community/postgrest-swift 1.0.3
Swift client for PostgREST
⭐️ 43
🕓 24 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.3
24 weeks ago
## What's Changed * fix: rpc call returns PostgrestFilterBuilder by @cwjoshuak in https://github.com/supabase-community/postgrest-swift/pull/50 * chore: fix build by defining closure return type by @grdsdev in https://github.com/supabase-community/postgrest-swift/pull/53 ## New Contributors * @cwjoshuak made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/50 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/1.0.2...1.0.3
1.0.2
28 weeks ago
## What's Changed * Add example of contains query on integration tests by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/45 * Fix URL query encoding by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/48 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/1.0.1...1.0.2
1.0.1
40 weeks ago
## What's Changed * correcting these parameters to be arrays by @ggarnhart in https://github.com/supabase-community/postgrest-swift/pull/37 * Fix upsert by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/44 ## New Contributors * @ggarnhart made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/37 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/1.0.0...1.0.1
1.0.0 🎉
1 year ago
**Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/0.0.6...1.0.0
0.0.6
1 year ago
## Changes - Fixes a bug introduced on 0.0.5 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/0.0.5...0.0.6
0.0.5
1 year ago
## What's Changed * Add `PostgrestClientDelegate` by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/30 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/0.0.4...0.0.5
0.0.4
1 year ago
## 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 to `PostgrestClient`, 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**: https://github.com/supabase-community/postgrest-swift/compare/0.0.3...0.0.4
0.0.3
1 year ago
## What's Changed * Update Readme with examples from test cases by @richthornton in https://github.com/supabase-community/postgrest-swift/pull/27 * Add support for watchOS by @grsouza in https://github.com/supabase-community/postgrest-swift/commit/a0d7bbb7cf2a32d62d53492339d750a2edc81369 ## New Contributors * @richthornton made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/27 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/0.0.2...0.0.3
0.0.2-alpha
2 years ago
## What's Changed * Add Linux compatibility. by @mbarnach in https://github.com/supabase-community/postgrest-swift/pull/24 ## New Contributors * @mbarnach made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/24 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/compare/0.0.1...0.0.2
0.0.1-alpha
2 years ago
## What's Changed * Create .swiftlint.yml by @dhamova in https://github.com/supabase-community/postgrest-swift/pull/2 * `PostgrestBuilder` refactoring and improvements by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/3 * Fix crash and httpBody not being set by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/4 * Update README, add docs by @thecoolwinter in https://github.com/supabase-community/postgrest-swift/pull/6 * Rename `from` and fix rpc builder by @thecoolwinter in https://github.com/supabase-community/postgrest-swift/pull/8 * Add Modifiers to query builder by @thecoolwinter in https://github.com/supabase-community/postgrest-swift/pull/9 * Refactor and improves `PostgrestResponse` type by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/10 * Add public config by @thecoolwinter in https://github.com/supabase-community/postgrest-swift/pull/11 * Add Filter Semantic Improvements by @chFlorian in https://github.com/supabase-community/postgrest-swift/pull/13 * GitHub Actions CI by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/16 * Add async/await support by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/15 * Add return=minimal option, Fix content-type bug by @thecoolwinter in https://github.com/supabase-community/postgrest-swift/pull/19 * Add AnyCodable by @grsouza in https://github.com/supabase-community/postgrest-swift/pull/23 ## New Contributors * @dhamova made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/2 * @grsouza made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/3 * @thecoolwinter made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/6 * @chFlorian made their first contribution in https://github.com/supabase-community/postgrest-swift/pull/13 **Full Changelog**: https://github.com/supabase-community/postgrest-swift/commits/0.0.1
iOS macOS watchOS tvOS macCatalyst
supabase-community/gotrue-swift 1.3.0
A Swift client library for GoTrue.
⭐️ 33
🕓 28 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.3.0
28 weeks ago
## What's Changed * Remove `@_spi(Experimental)` from `signInWithIdToken` by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/68 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/1.2.1...1.3.0
1.2.1
40 weeks ago
## What's Changed * Fix: AnyJSON support null values by @foodisbeast in https://github.com/supabase-community/gotrue-swift/pull/63 ## New Contributors * @foodisbeast made their first contribution in https://github.com/supabase-community/gotrue-swift/pull/63 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/1.2.0...1.2.1
1.2.0
41 weeks ago
## What's Changed * Fix client initialization crash by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/59 * feat: add access_token to OIDC by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/60 * chore: build ci matrix strategy by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/61 * chore: Add example for native Sign in with Apple by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/62 > `signInWithIdToken` is now marked as `Experimental`, import GoTrue using `Experimental` SPI to get access to it. > Example: `@_spi import GoTrue` **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/1.1.2...1.2.0
1.1.2
42 weeks ago
## What's Changed * Provide default value for 'identity_data' by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/58 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/1.1.1...1.1.2
1.1.1
51 weeks ago
## What's Changed * fix: id_token required by @devi-prsd in https://github.com/supabase-community/gotrue-swift/pull/54 * fix: refreshing tokens at the wrong time by @MilesV64 in https://github.com/supabase-community/gotrue-swift/pull/55 ## New Contributors * @devi-prsd made their first contribution in https://github.com/supabase-community/gotrue-swift/pull/54 * @MilesV64 made their first contribution in https://github.com/supabase-community/gotrue-swift/pull/55 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/1.1.0...1.1.1
1.1.0
1 year ago
## What's Changed * Remove `CreateAPI`, add `Hashable` and `Identifiable` conformances by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/48 * Add `signInWithIdToken` method by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/49 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/1.0.0...1.1.0
1.0.0 🎉
1 year ago
**Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/0.1.1...1.0.0
0.1.1
1 year ago
## What's Changed * Fix user identity provider by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/41 * Fix date decoding by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/42 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/0.1.0...0.1.1
0.1.0
1 year ago
**Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/0.0.9...0.1.0
0.0.9
1 year ago
## What's Changed * Fix UserIdentity id decoding by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/35 * Support `provider_refresh_token` in session by @grsouza in https://github.com/supabase-community/gotrue-swift/pull/34 **Full Changelog**: https://github.com/supabase-community/gotrue-swift/compare/0.0.8...0.0.9
iOS macOS watchOS tvOS macCatalyst
supabase-community/storage-swift 0.1.4
Swift client library to interact with Supabase Storage
⭐️ 26
🕓 37 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.4
37 weeks ago
## What's Changed * Improve error message by @grsouza in https://github.com/supabase-community/storage-swift/pull/22 * Add linux support by @grsouza in https://github.com/supabase-community/storage-swift/pull/23 * Supabase Storage Swift Docs by @bmalumphy in https://github.com/supabase-community/storage-swift/pull/16 * Fix getPublicURL method by @grsouza in https://github.com/supabase-community/storage-swift/pull/26 ## New Contributors * @bmalumphy made their first contribution in https://github.com/supabase-community/storage-swift/pull/16 **Full Changelog**: https://github.com/supabase-community/storage-swift/compare/0.1.3...0.1.4
0.1.3
45 weeks ago
## What's Changed * Fix remove response decoding by @grsouza in https://github.com/supabase-community/storage-swift/pull/21 **Full Changelog**: https://github.com/supabase-community/storage-swift/compare/0.1.2...0.1.3
0.1.2
1 year ago
## What's Changed * Fix broken createSignedURL API by @ryansburgoyne in https://github.com/supabase-community/storage-swift/pull/15 * Add support for getting public URL for asset by @bryan-vh in https://github.com/supabase-community/storage-swift/pull/11 ## New Contributors * @ryansburgoyne made their first contribution in https://github.com/supabase-community/storage-swift/pull/15 * @bryan-vh made their first contribution in https://github.com/supabase-community/storage-swift/pull/11 **Full Changelog**: https://github.com/supabase-community/storage-swift/compare/0.1.1...0.1.2
0.1.1
1 year ago
## What's Changed * Fix list objects by @grsouza and @iamlouislab in https://github.com/supabase-community/storage-swift/pull/14 **Full Changelog**: https://github.com/supabase-community/storage-swift/compare/0.1.0...0.1.1
0.1.0
1 year ago
## What's Changed * Implement StorageHTTPClient and remove non-concurrency method versions by @grsouza in https://github.com/supabase-community/storage-swift/pull/6 ## New Contributors * @grsouza made their first contribution in https://github.com/supabase-community/storage-swift/pull/6 **Full Changelog**: https://github.com/supabase-community/storage-swift/compare/0.0.2...0.1.0
0.0.2-alpha
1 year ago
## What's Changed * Import FoundationNetworking when needed. by @mbarnach in https://github.com/supabase-community/storage-swift/pull/4 * Make StorageError initializer public by @AngCosmin in https://github.com/supabase-community/storage-swift/pull/5 ## New Contributors * @mbarnach made their first contribution in https://github.com/supabase-community/storage-swift/pull/4 * @AngCosmin made their first contribution in https://github.com/supabase-community/storage-swift/pull/5 **Full Changelog**: https://github.com/supabase-community/storage-swift/compare/0.0.1...0.0.2
0.0.1-alpha
2 years ago
## What's Changed * Replace path with prefix in list method of StorageFileApi by @rudrankriyam in https://github.com/supabase-community/storage-swift/pull/3 ## New Contributors * @rudrankriyam made their first contribution in https://github.com/supabase-community/storage-swift/pull/3 **Full Changelog**: https://github.com/supabase-community/storage-swift/commits/0.0.1
iOS macOS watchOS tvOS macCatalyst
supabase-community/functions-swift 1.1.1
Swift Client library to interact with Supabase Functions.
⭐️ 10
🕓 23 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.1
23 weeks ago
## What's Changed * fix: do not override Content-Type header by @iamjamesim in https://github.com/supabase-community/functions-swift/pull/6 ## New Contributors * @iamjamesim made their first contribution in https://github.com/supabase-community/functions-swift/pull/6 **Full Changelog**: https://github.com/supabase-community/functions-swift/compare/1.1.0...1.1.1
1.1.0
37 weeks ago
## What's Changed * Add HTTP methods support by @grsouza in https://github.com/supabase-community/functions-swift/pull/3 ## New Contributors * @grsouza made their first contribution in https://github.com/supabase-community/functions-swift/pull/3 **Full Changelog**: https://github.com/supabase-community/functions-swift/compare/1.0.0...1.1.0
1.0.0 🎉
1 year ago
**Full Changelog**: https://github.com/supabase-community/functions-swift/compare/0.2.0...1.0.0
0.2.0
1 year ago
* Adopt [kean/Get](https://github.com/kean/Get) as the HTTP client.
0.1.0 🚀
1 year ago
## Changes This is the first release of `functions-swift`, adding basic support for invoking functions.
iOS macOS watchOS tvOS macCatalyst

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics