Swiftpack.co - Swift Packages by sbertix

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

Packages published by sbertix

sbertix/Swiftagram 5.4.0
A modern Swift wrapper for Instagram Private API.
⭐️ 243
🕓 2 years 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.
v5.4.0
2 years ago
### Features * update collection and timeline endpoints ([de8a5d8](https://github.com/sbertix/Swiftagram/commit/de8a5d840a81b3d0dd66f0dc45304c54f29d0fda)), closes [#221](https://github.com/sbertix/Swiftagram/issues/221)
v5.3.0
2 years ago
### Bug Fixes * **examples:** update `LoginViewController` access ([f01680f](https://github.com/sbertix/Swiftagram/commit/f01680fe7a6488f97bb7bed270be56df28ec3765)) ### Features * **endpoints:** support delay between pages ([4e11b0d](https://github.com/sbertix/Swiftagram/commit/4e11b0d241b915eae8058ca561400ee557241d83))
v5.2.0
2 years ago
### Features * **deps:** update `ComposableRequest` to `5.1.0` ([8d32043](https://github.com/sbertix/Swiftagram/commit/8d32043f19fc02f942e6c3511ffb5edd69ce345f)) * **endpoints:** update `rank`s to use `UUID` ([ce04c7a](https://github.com/sbertix/Swiftagram/commit/ce04c7a96a7b208bcf13e1359304ea47851341d1))
v5.1.0
2 years ago
### Features * **models:** add account type to `User` `access` ([760c12f](https://github.com/sbertix/Swiftagram/commit/760c12f3ad18e37157db38db70fad16bd72384f2))
v5.0.3
2 years ago
### Bug Fixes * **deps:** remove `CombineX` ([c8eb807](https://github.com/sbertix/Swiftagram/commit/c8eb807abe1e8d5f7483e66547b4d2089c9ddf90)), closes [#191](https://github.com/sbertix/Swiftagram/issues/191)
v5.0.2
2 years ago
### Bugfixes - **docs**: update docs generation - **endpoints**: deal with numerical `nextMaxId`s ### Others - **actions**: update `push.yml` - **actions**: update `release.yml`
v5.0.1
2 years ago
### Bugfixes - populate `items` in `Section`
v5.0.0
2 years ago
### Endpoints - Compute identifier from media `URL` (#145) - Refactor authentication - Add `Secret` accessories into `Authenticator` - Refactor `Endpoint.Direct` - Approve conversation requests - Decline conversation requests - Delete a conversation - Invite users to a conversation - Leave a conversation - Mute a conversation - Send a text message in a conversation (#122) - Update a conversation title - Unmute a conversation - Delete a message - Mark a message as watched - Refactor `Endpoint.Location` - Fetch recent and highest ranked posts - Refactor `Endpoint.Saved` (#169) - Add saved collections support - Save posts to specific collection - Refactor `Endpoint.Tag` - Fetch recent and highest ranked posts - Watch recent stories - Follow a specific tag - Unfollow a specific tag - Refactor `Endpoint.User` and `Endpoint.Friendship` - Fetch user info by (exact) username - Mute a user's posts or/and stories ### Examples - Add _Authenticator_ app to allow anyone to rely on **SwiftagramTests** - Update _Followers_ example - Examples now rely on local packages ### Other enhancements - Refactor for the new **ComposableRequest** - Expose **ComposableStorage** and **ComposableStorageCrypto** directly to **Swiftagram** and **SwiftagramCrypto**, respectively - Update default `Client` to be an iOS device (#138) - Update docs ### Bugfixes - Improve Facebook login reliability for visual authenticator (fixes #157) - Hide "Unsupported browser" notice when logging in with Facebook (fixes #180)
v5.0.0-beta.4
2 years ago
**Beta 4** brings a completely updated dynamic way to deal with `Endpoint`s. **Please consider checking out the [migration guide](https://github.com/sbertix/Swiftagram/blob/development/docs/MIGRATION_GUIDE.md).** Changes: - Refactor all `Endpoint`s - Added new `Endpoint`s for `Endpoint.direct` and `Endpoint.user` - Examples now use local packages, so they will always match with the library - `Wrapped` reflection was moved to `SwiftagramTests` - Remove unnecessary import statements and legacy code Known issues: - Uploading videos to your story is not working - Swift 5.2 is not supported at the moment
v5.0.0-beta.3
3 years ago
Changes: - Update **ComposableStorage** to `5.0.0`, relying on [**CombineX**](https://github.com/cx-org/CombineX/) - Update _Followers_ example Known issues: - Uploading video stories does not work
iOS macOS watchOS tvOS
sbertix/DropView 1.1.0
A SwiftUI library to display Apple Pencil and Pasteboard-like alerts on iOS.
⭐️ 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.
v1.1.0
1 year ago
### Features * allow any view to be dropped ([#14](https://github.com/sbertix/DropView/issues/14)) ([f0ffe7f](https://github.com/sbertix/DropView/commit/f0ffe7f09c4400204be290702b9dd0cd896cda01))
v1.0.1
1 year ago
### Bug Fixes * add padding on unbalanced leading/trailing ([#12](https://github.com/sbertix/DropView/issues/12)) ([4f584d7](https://github.com/sbertix/DropView/commit/4f584d71f31f78e7ab7ec9afc4f7c317402a1ab6))
v1.0.0
1 year ago
* feat!: upgrade flow following modern SwiftUI (#11) ([174d0f6](https://github.com/sbertix/DropView/commit/174d0f6251c9df8894458d4f53381ca1be34c4c4)), closes [#11](https://github.com/sbertix/DropView/issues/11) [#9](https://github.com/sbertix/DropView/issues/9) ### BREAKING CHANGES * `Drop` is no longer supported.
v0.2.1
2 years ago
### Bug Fixes * **docs:** update docs base directory ([a4bbec1](https://github.com/sbertix/DropView/commit/a4bbec16df4bfe94b65a09c3506be517881bdfc0))
v0.2.0
2 years ago
### Features * add accessibility support for labels ([58f3136](https://github.com/sbertix/DropView/commit/58f313662ec90048e57b114facea795a93659c11)) * add interactive dismissal ([854d028](https://github.com/sbertix/DropView/commit/854d02874b71bc692569a215763c1ed57d53f47f))
v0.1.3
2 years ago
### Bug Fixes * fix contextual base references ([11cc425](https://github.com/sbertix/DropView/commit/11cc42544dc12635cde412b3f4c7d5c8a2aba2b1))
v0.1.2
2 years ago
### Bug Fixes * fix `macOS` minimum deployment target ([361d03b](https://github.com/sbertix/DropView/commit/361d03b28d4573079c7f4c3f886f9bd99984da1e)) * fix unavailable `Color`s ([0fd02ca](https://github.com/sbertix/DropView/commit/0fd02ca14d4375d45510fe0112fdc6cbba6b8e8a))
v0.1.1
2 years ago
### Bug Fixes * fix minimum platform versions ([4d0f930](https://github.com/sbertix/DropView/commit/4d0f930ddf03730804e0c23789635bc023f0c523))
v0.1.0
2 years ago
### Features * initial commit ([74416d2](https://github.com/sbertix/DropView/commit/74416d2640d86fb97ec7e23ae6651472d2aefbff))
iOS macOS watchOS tvOS
sbertix/CollectionUI 2.0.0
A `UICollectionView` wrapper for `SwiftUI`
⭐️ 14
🕓 4 years ago
iOS
sbertix/ComposableRequest 7.0.0
A Swift library to abstract API clients.
⭐️ 10
🕓 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.
v5.3.2
1 year ago
### Bug fixes - fix an issue with `delay` not being applied correctly
v7.0.0
1 year ago
## What's Changed * feat!: update to `7.0.0` by @sbertix in https://github.com/sbertix/ComposableRequest/pull/51 **Full Changelog**: https://github.com/sbertix/ComposableRequest/compare/6.0.1...7.0.0
v6.0.1
2 years ago
### Bug Fixes * add completion-based future ([db7e6b5](https://github.com/sbertix/ComposableRequest/commit/db7e6b5d4b017a76f6c55ffe00a1c9668d2d5af2))
v6.0.0
2 years ago
### Bug Fixes * solve namespace naming conflicts ([c31ac93](https://github.com/sbertix/ComposableRequest/commit/c31ac93a83245487c666f57824dc28692c07a292)) ### Features * refactor the entire `Request` chain * add a `Receivable` promise ([dd36fae](https://github.com/sbertix/ComposableRequest/commit/dd36faeb22acac833ece4e4ae3191efa1eecca08)) * add dependency to `kean/Future` ([278377d](https://github.com/sbertix/ComposableRequest/commit/278377d73d66deddcfc0fc096ad2e1b2dedddbb2))
v5.3.1
2 years ago
### Bug Fixes * support unwrapped `Instruction` in iteration ([19343f6](https://github.com/sbertix/ComposableRequest/commit/19343f6ca99e85253b88b70607ba66a82c4ae57d))
v5.3.0
2 years ago
### Features * **concat:** add native composition in `Provider` ([3249ba1](https://github.com/sbertix/ComposableRequest/commit/3249ba171e4d3cbf834ebb095931d9a620386769)) * **pager:** conform to Combine-like custom `Delay` ([50953d7](https://github.com/sbertix/ComposableRequest/commit/50953d7bf5ed5d4ece95cd40dd50a421f2d9b8ef))
v5.2.1
2 years ago
### Bug Fixes * allow access to `Reference` definitions ([d740425](https://github.com/sbertix/ComposableRequest/commit/d74042557e9960441ecc7e03b173117b9bcf5126))
v5.2.0
2 years ago
### Features * **pager:** add custom delay between pages ([52fbbd8](https://github.com/sbertix/ComposableRequest/commit/52fbbd87ef43fd720ecc491e6b4b7fb5dcd90267))
v5.1.0
2 years ago
Changes * feat: add `Instruction` support in `Pager` * fix(deps): fix keychain implementation
v5.0.9
2 years ago
Changes * chore(docs): update `README.md` * fix(deps): remove `CombineX`
iOS macOS watchOS tvOS
sbertix/NukeImage 2.0.2
A SwiftUI Nuke-backed Image-like View
⭐️ 3
🕓 3 years ago
iOS macOS watchOS tvOS
sbertix/SwiftenAI 0.1.1
A Swift wrapper for OpenAI API.
⭐️ 3
🕓 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.
v0.1.1
1 year ago
## What's Changed * feat: `Endpoints` are now defined inside **SwiftenAI**, so we no longer need to import **Requests** by @sbertix
v0.1.0
1 year ago
## What's Changed * feat: use ComposableRequest `7.0.0` by @sbertix in https://github.com/sbertix/SwiftenAI/pull/1 ## New Contributors * @sbertix made their first contribution in https://github.com/sbertix/SwiftenAI/pull/1 **Full Changelog**: https://github.com/sbertix/SwiftenAI/commits/0.1.0
iOS macOS watchOS tvOS
sbertix/Swiftchain 1.0.5
A modern wrapper for iOS, macOS, tvOS and watchOS Keychain.
⭐️ 2
🕓 2 years 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.
v1.0.5
2 years ago
Changes * Fix access control for `Keychain.Authentication`
v1.0.4
3 years ago
Changes * Merge pull request #5 from sbertix/development * Restore former item update behavior
v1.0.3
3 years ago
Changes * Improve on query composition
v1.0.2
3 years ago
Changes * Fix missing entitlements request
v1.0.1
3 years ago
Changes * Fix empty access group bug * Update README.md
v1.0.0
3 years ago
Changes * Add `Container` based interaction * Add authentication support * Add custom status description * Create LICENSE * Fix tests * Update docs
v0.0.1
3 years ago
Changes
iOS macOS watchOS tvOS

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