Swiftpack.co - Swift Packages by iZettle

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

Packages published by iZettle

iZettle/Flow 1.11.1
Flow is a Swift library for working with asynchronous flows and life cycles
⭐️ 231
🕓 17 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.11.1
17 weeks ago
## What's Changed * Update readme by @moglistree in https://github.com/iZettle/Flow/pull/126 * Update CI config files to run on `Xcode 15` by @bartszczepaniak in https://github.com/iZettle/Flow/pull/127 **Full Changelog**: https://github.com/iZettle/Flow/compare/1.11.0...1.11.1
1.11.0
1 year ago
Add Compose and SwiftUI bridging functions
1.10.3
1 year ago
- Update ci to use new Xcode version
Flow 1.10.2
1 year ago
- Specify type of the library for `spm` builds as `dynamic`
Flow 1.10.1
2 years ago
Update project settings to Xcode 13.2
Flow 1.10.0
2 years ago
Update project settings to Xcode 13.0
Flow 1.9.1
2 years ago
Update project settings to Xcode 12.5
Flow 1.9.0
3 years ago
- Update project settings to Xcode 12.4
Flow 1.8.4
4 years ago
- Fix compilation errors in Xcode 11.4 - Use Swift.Result instead of custom result implementation - Update sample to match readme.
Flow 1.8.3
4 years ago
- Fix race conditions for iOS 13 for Signal and cleanup CallbackState<Value> - Add new combiner `driven(by:)` that makes a `ReadSignal` emit its latest readable values when the given "driver" signal fires events. The combined signal will derive its signal kind from the driver, but without write access.
iZettle/Form v1.3.3
Form is an iOS Swift library for building and styling UIs
⭐️ 106
🕓 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.
4.0.3
15 weeks ago
## What's Changed * Update Readme by @moglistree in https://github.com/iZettle/Form/pull/195 * Enable Xcode 15 and add delays to account for Xcode 15 performance issues by @moglistree in https://github.com/iZettle/Form/pull/197 * Bump version by @shchukin-alex in https://github.com/iZettle/Form/pull/198 **Full Changelog**: https://github.com/iZettle/Form/compare/4.0.2...4.0.3
Form 4.0.2
1 year ago
4.0.1
1 year ago
Update circle ci tests to Xcode 13 and Xcode 14 Bump Xcode versions Fix lint issues
Form 4.0.0
1 year ago
- Replaced `Carthage` with `SPM` - Removed `Presentation` dependency references from project - Removed conditionally compiled code wrapped in `#if canImport(Presentation)`. The removed code can be added by integrators directly if needed using this [diff](https://github.com/iZettle/Form/pull/184/commits/71eca247c8fcc988928466afa65dea2ac8989517)
Form 3.3.4
1 year ago
- Bug fix for a TableKit update issue [#182](https://github.com/iZettle/Form/issues/182)
Form 3.3.3
2 years ago
Update project settings to Xcode 13.2
Form 3.3.2
2 years ago
- Include all views, not just sections, in the accessibility elements of a FormView.
Form 3.3.1
2 years ago
- Improved the accessibility of `FormView` by making it an accessibility container comprising the visible rows from each of its visible sections.
Form 3.3.0
2 years ago
Adds the ability to supply an `accessibilityValue` to `ValueField` through `TextEditor`.
Form 3.2.3
2 years ago
Adds optional vertical self-sizing to `ValueField`.
iOS
iZettle/sdk-ios v1.0
Add card payments from Zettle to your own app
⭐️ 80
🕓 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.
Zettle SDK 3.22.0
9 weeks ago
3.22.0 - Same great features, with a fresh style inspired by PayPal. - Support for setting `PayPal partner attribution ID` for card payments.
Zettle SDK 3.18.0
17 weeks ago
3.18.0 - Enhancements in Manual Card Entry user interaction. - Minor under-the-hood changes and improvements. - Fixed issue where SDK might crash when forgetting a reader while the reader is updating.
Zettle SDK 3.15.1
30 weeks ago
3.15.1 - Fixed an issue with failing payment when a service endpoint is not available. - Enhancements in Manual Card Entry user interaction. - Under the hood changes for card payments tipping
Zettle SDK 3.13.2
33 weeks ago
3.13.2 - Added support for Manual Card Entry payments. - Fixed issue with wrong formatting of some Card payment related translations. - Fixed issue with reader appearing more then once without name. - Fixed issue with V2 Reader pairing flow not starting by default for V2-Reader only markets. - Fixed issue where gratuity was not canceled on Reader if merchant cancelled at a certain point.
Zettle SDK 3.10.0
39 weeks ago
3.10.0 - 2023-06-22 - Added compliance information to the Reader information page. - Added payment verification check for unlikely cases where a payment issue occurred mid-transaction, informing the customer that the transaction failed but still went through. - Decreased SDK binary size. - Fixed an issue where no error was returned on the start of Zettle flow while another VC was being dismissed/shown (link to the support issue: https://github.com/iZettle/sdk-ios/issues/424) - Fixed an issue where the reader appeared more than once on the reader discovery list for some
Zettle SDK 3.7.2
1 year ago
3.7.2 - 2023-04-04 - Fix for crash when calling charge while not being logged in.
Zettle SDK 3.7.1
1 year ago
3.7.1 - 2023-03-23 - Fix for crash on iOS 12 when initialising payment.
Zettle SDK 3.7.0
1 year ago
3.7.0 - 2023-01-18 - Implemented Developer mode - Fixed inline documentation format for public API
Zettle SDK 3.6.0
1 year ago
3.6.0 - 2022-12-05 - Support for Xcode 14.1 - Added support for Percentage Tipping (US only) - TransactionId is now added to the card- and QRC payments return object. - Fix translations for Cancel / Abort text keys for certain locales - Regular maintenance cleanup - SPM Support
Zettle SDK 3.5.0
1 year ago
3.5.0 - 2022-09-20 - Fix not responding on Approved screen for card payments - Bugfixes and performance improvements - Under the hood changes for cleanup and refactoring
iOS
iZettle/Presentation 1.17.0
Presentation is an iOS Swift library for working with UI presentations in a more structured way
⭐️ 72
🕓 8 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.17.0
8 weeks ago
## What's Changed * Save `json` files with `UIViewController` memory leak name by @bartszczepaniak in https://github.com/iZettle/Presentation/pull/98 **Full Changelog**: https://github.com/iZettle/Presentation/compare/1.16.0...1.17.0
1.16.0
11 weeks ago
- Fix iOS 17 crash for SplitViewController https://github.com/iZettle/Presentation/pull/96
1.15.3
15 weeks ago
## What's Changed * Update readme and runners by @moglistree in https://github.com/iZettle/Presentation/pull/93 * Update version by @shchukin-alex in https://github.com/iZettle/Presentation/pull/95 **Full Changelog**: https://github.com/iZettle/Presentation/compare/1.15.2...1.15.3
Presentation 1.15.2
1 year ago
- `Xcode 13.2` compatibility - [Change] Replace `Carthage` with `SPM`
Presentation 1.15.1
1 year ago
Bump Flow dependency in Package file
Presentation 1.15.0
2 years ago
Update project settings to Xcode 13
Presentation 1.14.1
2 years ago
Update project settings to Xcode 12.5
Presentation v1.14.0
2 years ago
- Update project settings to Xcode 12.4
Presentation v1.13.4
3 years ago
- [Bug fix] Fix bug introduced in 1.13.3 where a view controller might be configured with dismiss twice when passed to `modalPresentationDismissalSetup`.
Presentation v1.13.3
3 years ago
- [Bug fix] Fix bug related to presenting a `UINavigationController` modally without an explicit root `UIViewController`, resulting in unexpected behaviour of `UITextField` input cursors.
iOS
iZettle/Lift 2.5.4
Lift is a Swift library for generating and extracting values into and out of JSON-like data structures.
⭐️ 35
🕓 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.
2.5.4
1 year ago
- Update ci to use the new Xcode version
Lift 2.5.3
1 year ago
Fix Package manifest
Lift 2.5.2
1 year ago
Update Package manifest
Lift 2.5.1
2 years ago
Codable compatibility update
Lift 2.5.0
2 years ago
Update project settings to Xcode 13.0
Lift 2.3.0
3 years ago
- Update project settings to Xcode 12.4
Lift 2.2.1
4 years ago
* Enable Swift 5.1 compatibility.
Lift 2.2.0
5 years ago
* Migrate to swift 5.
Lift 2.1.0
5 years ago
- Changed the way `description` of `LiftError` works to make it more useful.
Lift 2.0.2
5 years ago
Linting

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