Swiftpack.co - Swift Packages by skedgo

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

Packages published by skedgo

skedgo/TGCardViewController v1.6.1
Card-based view controller for apps that display content cards with accompanying maps, similar to Apple Maps.
⭐️ 9
🕓 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.
2.2.12
18 weeks ago
**Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.11...2.2.12
2.2.11
23 weeks ago
## What's Changed * Compile fix for visionOS by @nighthawk in https://github.com/skedgo/TGCardViewController/pull/19 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.10...2.2.11
2.2.10
39 weeks ago
## What's Changed * Callback for top card if trait collection changes by @nighthawk in https://github.com/skedgo/TGCardViewController/pull/18 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.9...2.2.10
2.2.9
44 weeks ago
## What's Changed * Adds support for top card having a UIRefreshControl by @nighthawk in https://github.com/skedgo/TGCardViewController/pull/17 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.8...2.2.9
2.2.8
50 weeks ago
**Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.7...2.2.8
2.2.7
1 year ago
## What's Changed * Fix insets when using TGNoCard by @nighthawk in https://github.com/skedgo/TGCardViewController/pull/16 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.6...2.2.7
2.2.6
1 year ago
## What's Changed * Current location button tweaks by @nighthawk in https://github.com/skedgo/TGCardViewController/pull/15 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.5...2.2.6
2.2.5
1 year ago
**Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.4...2.2.5
2.2.4
1 year ago
Follow-up fix for #14 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.3...2.2.4
2.2.3
1 year ago
## What's Changed * Fixes a glitch where the old top card would jump to peaking position … by @nighthawk in https://github.com/skedgo/TGCardViewController/pull/14 **Full Changelog**: https://github.com/skedgo/TGCardViewController/compare/2.2.2...2.2.3
iOS
skedgo/tripkit-ios v3.2
SkedGo's TripKit for iOS (and macOS)
⭐️ 6
🕓 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.7.0
22 weeks ago
## What's Changed New: - Trip actions can get a priority to determine ordering, see #273 - New "trip is about to start" notification, #296 - A couple minor new APIs, see #273, #299 Changed: - TKUITripNotificationManager is source of truth for toggle state of notifications (rather than the toggle button) and which trip is monitored, see #273 - Tweak behaviour of trip badges, see #200 Fixed: - Adds missing stop name in trip overview card on stops along the way, see #313 - Removes ability to select trip segments on the map on trip overview card, see #312 - Much improved support for XXL font sizes, see #290 - Minor fixes for trip notifications, see #273, #298 ## PRs * Support for XXL font sizes by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/290 * Trip monitoring enhancements by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/273 * Trip start notifications by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/296 * Ignore location-based notifications that are too far in the future by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/298 * Add matched notification to return value of `match(geofenceID:)` by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/299 * Tweak badges by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/300 * Disable polyline selection on trip overview card by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/312 * Show missing stop name in trip overview card on stops along the way by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/313 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.6.1...4.7.0
4.6.1
44 weeks ago
## What's Changed * Fix for Dark Mode styling of TKUICardActions by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/282 * Fixes `TKParserHelper.coordinate(forRequest:)` if a name is provided by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/283 * Fix encoding of TKSettings.Config.weights by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/284 * Fix parsing of speeds by API value by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/287 * Parse new routeID field by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/285 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.6.0...4.6.1
4.6.0
45 weeks ago
## Primary changes - Allow injecting location info cards to search and routing results, for which a `TKUILocationCard` has been provided, via #278 and #275. - Updated the style of card actions and added capability to reflect the status of a Combine publisher, via #277 ## PRs * Adds TKUICustomization.shared.locationInfoTapHandler by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/275 * Feature/card actions update by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/277 * Adds TKUILocationCard by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/278 * Enhance GeoJSON parser by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/279 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.5.0...4.6.0
4.5.0
47 weeks ago
## What's Changed Improvements: - Updated style of mode-by-mode map (#271) - Support for new safety-related road tags (#265) - Dynamic action button messages (#270) Fixes: - Translation updates (#267 + #269) - Blue status bar icon reflects trip monitoring status (#264) ## PRs * Adds support for new safety-related road tags by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/265 * Translation update by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/267 * Translations by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/269 * Backend message confirmation support by @julesian in https://github.com/skedgo/tripkit-ios/pull/270 * Enable blue status bar indicator and background notifications... by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/264 * Reviewed style of the mode-by-mode map by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/271 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.4.5...4.5.0
4.4.5
1 year ago
## What's Changed Added: - Allow setting `TKUIResultsFetcher.modeReplacementHandler` (#254), to overwrite requested modes on-demand - Adds `TKStopCoordinate.wheelchairAccessibility` (#255) - Adds `TKAPI.User.phone` (#256) Fixed: - Fixes handling of currencies with no decimal places, e.g., Japanese Yen (#245) - Fixes nil values in list of additional routing query parameters (#257) - Fixes `TKUINotificationView` not adapting to dark mode (#262) ## PRs * Add TKAPI.User.phone by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/256 * Fixes nil values in list, messing up additional query parameters by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/257 * Adds TKStopCoordinate.wheelchairAccessibility by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/255 * Allow setting `TKUIResultsFetcher.modeReplacementHandler` by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/254 * added decimal place handling based on given currency code by @julesian in https://github.com/skedgo/tripkit-ios/pull/245 * Fix TKUINotificationView dark mode color usage by @julesian in https://github.com/skedgo/tripkit-ios/pull/262 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.4.4...4.4.5
4.4.4
1 year ago
## What's Changed * Increase contrast on accessory by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/252 * Adjust wording of `TKUINotificationView` **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.4.3...4.4.4
4.4.3
1 year ago
## What's Changed Changes: - The real-time indicator now points to forward, rather than up, to not confuse it with a Wifi icon Fixes: - Fixes "increase contrast" not respected fully on `TKUIRoutingResultsCard` - Fixes callbacks to be on main queue from `TKWaypointRouter` which previously might have called back on a background thread. ## PRs * Fixes which callback queue to use from waypoint router by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/246 * Rotate real time icon by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/247 * Hotfix/high contrast by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/248 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.4.2...4.4.3
4.4.2
1 year ago
## What's Changed * Re-instate compatibility with iOS 13 by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/243 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.4.1...4.4.2
4.4.1
1 year ago
## What's Changed Added: - High-contrast variants for warning and success colours (enabled if device is set to High Contrast mode) Changed: - The backend data model for tickets/fares has been updated Fixed: - Addresses issue where the GeoMonitor would be woken up unnecessarily, leading to a runtime crash if Background Location mode was not enabled. ## PRs * High-contrast variants for warning and success by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/239 * Updated model for tickets and fares by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/226 * Stopping to monitor shouldn't wake up GeoMonitor unnecessarily by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/242 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.4.0...4.4.1
4.4.0
1 year ago
## What's Changed Added: - Adds support for "Get off" alerts to `TKUITripOverviewCard`, see the class comment in `TKUITripMonitorManager` for how to enable it - Adds `TKUITimetableCard.config.showOperatorNames` ## PRs * Adds TKUITimetableCard.config.showOperatorNames by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/225 * Feature/18381 get off alerts by @nighthawk in https://github.com/skedgo/tripkit-ios/pull/230 **Full Changelog**: https://github.com/skedgo/tripkit-ios/compare/4.3.0...4.4.0
iOS macOS
skedgo/GeoMonitor 0.2.0
iOS library for background monitoring of a user's movement
⭐️ 2
🕓 43 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.2.0
43 weeks ago
## What's Changed * Robustness: Run GeoMonitor on MainActor by @nighthawk in https://github.com/skedgo/GeoMonitor/pull/6 **Full Changelog**: https://github.com/skedgo/GeoMonitor/compare/0.1.3...0.2.0
0.1.3
43 weeks ago
## What's Changed * Adds optional setting to require precise accuracy by @nighthawk in https://github.com/skedgo/GeoMonitor/pull/5 **Full Changelog**: https://github.com/skedgo/GeoMonitor/compare/0.1.2...0.1.3
0.1.2
1 year ago
## What's Changed * Allow adding to iOS 13 project (though GeoMonitor remains iOS 14+) by @nighthawk in https://github.com/skedgo/GeoMonitor/pull/4 **Full Changelog**: https://github.com/skedgo/GeoMonitor/compare/0.1.1...0.1.2
1 year ago
Adds license file
1 year ago
iOS

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