Swiftpack.co - Swift Packages by kkla320

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

Packages published by kkla320

kkla320/GaugeProgressViewStyle v1.0.0-beta.2
GaugeProgressViewStyle adds the Apple Watch gauge view to iOS.
⭐️ 34
🕓 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.
1.0.2
1 year ago
- Fixed a compile error (#10)
1.0.1
1 year ago
- Fixed an issue when building for "Any iOS device"
1.0.0
2 years ago
1.0.0-beta.2
2 years ago
1.0.0-beta.1
2 years ago
iOS macOS tvOS macCatalyst
kkla320/ISO8601DurationFormatter v2.0.0
A formatter for converting ISO8601 durations to DateComponents.
⭐️ 20
🕓 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.0.0
1 year ago
# Release 2.0.0 - Added a new init for DateComponents @ScottSymes-ANZ - Changed `ISO8601DurationFormatter.dateComponents(from string: String)` to throw an error, if the input could not be parsed @ScottSymes-ANZ - Added `ISO8601DurationFormatter.string(from dateComponents: DateComponents)` to complete the implementation of `Formatter` @ScottSymes-ANZ - Added the possibility to parse negative durations according to ISO8601-2:2019 @ScottSymes-ANZ - Added the possibility to omit zero or nil properties from `DateComponents`, so they won't be included in the resulting string @ScottSymes-ANZ
3 years ago
- Improved formatter and tests. Thanks to @michalsrutek
1.2.0
3 years ago
1.1.0
4 years ago
- Added functionality to convert DateComponent to String ```swift let dateComponents = DateComponents(year: 6, month: 2, day: 2, hour: 4, minute: 44, second: 22, weekOfYear: 2) let ISO8601DurationString = dateComponents.toISO8601Duration() print(ISO8601DurationString) // P6Y2M2W2DT4H44M22S ```
4 years ago
First release for production based on Prelease2
4 years ago
Prerelease 2
4 years ago
Prerelease
4 years ago
iOS macOS watchOS tvOS
kkla320/Trigonometry 2.0.0
A small package to calculate values in an right angled triangle.
⭐️ 2
🕓 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.0.0
1 year ago
- Removed extension on [SwiftUI.Angle](https://developer.apple.com/documentation/swiftui/angle) type, due to compile errors (#1)
1.0.1
1 year ago
1.0.0
2 years ago
iOS macOS watchOS tvOS macCatalyst
kkla320/TrackingUI 0.1.0
Extension to track screens using SwiftUI
⭐️ 1
🕓 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.
0.1.0
2 years ago
iOS macOS watchOS
kkla320/Tracking 0.5.0
A simple Interface for analysing app usage
⭐️ 0
🕓 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.
0.5.0
2 years ago
Removed the Events enum, in favor for protocol extension. Code that used the enum should be rewritten like this: ```swift struct MockEvent: Event { var name: String = "Mock" var metadata: Analytics.Metadata? init(metadata: Analytics.Metadata? = nil) { self.metadata = metadata } } extension Event where Self == MockEvent { static func mock(metadata: Analytics.Metadata? = nil) -> MockEvent { return MockEvent(metadata: metadata) } } ```
0.4.0
2 years ago
0.3.0
2 years ago
- Added a license
0.2.0
2 years ago
- Downgraded swift-tools-version to 5.3
Initial release
2 years ago
The first release for the Tracking package. The following features are available: - Define custom AnalyticsHandler - Define custom AnalyticsFilter - Define custom Events

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