Swiftpack.co - Swift Packages by davdroman

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

Packages published by davdroman

davdroman/swiftui-navigation-transitions 0.13.1
Pure SwiftUI Navigation transitions ✨
⭐️ 443
πŸ•“ 12 hours 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.13.1
14 hours ago
## What's Changed * Fix broken animations by @davdroman in https://github.com/davdroman/swiftui-navigation-transitions/pull/106 * [CI] Bump actions/checkout to v4 by @davdroman in https://github.com/davdroman/swiftui-navigation-transitions/pull/105 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.13.0...0.13.1
0.13.0
2 weeks ago
## What's Changed * Update dependencies by @davdroman in https://github.com/davdroman/swiftui-navigation-transitions/pull/103 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.12.0...0.13.0
0.12.0
2 weeks ago
## What's Changed * Updated SwiftUI Introspect dependency to 1.0 https://github.com/davdroman/swiftui-navigation-transitions/pull/101 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.11.0...0.12.0
0.11.0
5 weeks ago
## What's Changed * Added: visionOS support https://github.com/davdroman/swiftui-navigation-transitions/pull/98 * Infrastructure: run CI on Xcode 15 https://github.com/davdroman/swiftui-navigation-transitions/pull/93 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.10.1...0.11.0
0.10.1
12 weeks ago
## What's Changed * Hotfixed: "module with extension is not loaded (SwiftUIIntrospect)" build error https://github.com/davdroman/swiftui-navigation-transitions/pull/91 Special thanks to @iTarek for reporting the issue #90. **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.10.0...0.10.1
0.10.0
12 weeks ago
## What's Changed > **Warning** > > This release raises the required minimum Swift version to 5.7. > > This is to be able to consume the newly revamped [SwiftUIIntrospect](https://github.com/siteline/swiftui-introspect) dependency and offer more stable view targeting functionality. * Changed: removed deprecations #88 * Changed: switched to MIT License https://github.com/davdroman/swiftui-navigation-transitions/pull/84 * Documentation: generate docs for extended types https://github.com/davdroman/swiftui-navigation-transitions/pull/87 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.9.3...0.10.0
0.9.3
14 weeks ago
## What's Changed * Fixed: freeze on swipe back after modal interactive dismissal https://github.com/davdroman/swiftui-navigation-transitions/pull/81 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.9.2...0.9.3
0.9.2
17 weeks ago
## What's Changed * Fixed: swipe back cancellation leaving views in inconsistent state https://github.com/davdroman/swiftui-navigation-transitions/pull/78 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.9.1...0.9.2
0.9.1
17 weeks ago
## What's Changed * Fixed: disable user interaction during transition https://github.com/davdroman/swiftui-navigation-transitions/pull/76 * [CI] Use Xcode 14.3 & Swift 5.8 https://github.com/davdroman/swiftui-navigation-transitions/pull/71 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.9.0...0.9.1
0.9.0
30 weeks ago
## What's Changed * Changed: transitions now use live views instead of snapshot views https://github.com/davdroman/swiftui-navigation-transitions/pull/67 **Full Changelog**: https://github.com/davdroman/swiftui-navigation-transitions/compare/0.8.1...0.9.0
iOS tvOS macCatalyst
davdroman/TextBuilder 3.0.1
Like a SwiftUI ViewBuilder, but for Text
⭐️ 203
πŸ•“ 8 hours 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.
3.0.1
15 hours ago
## What's Changed * Update dependencies by @davdroman in https://github.com/davdroman/TextBuilder/pull/25 * [CI] Bump actions/checkout to v4 by @davdroman in https://github.com/davdroman/TextBuilder/pull/24 **Full Changelog**: https://github.com/davdroman/TextBuilder/compare/3.0.0...3.0.1
3.0.0
2 weeks ago
## What's Changed * Update dependencies and minimum Swift version to 5.7 by @davdroman in https://github.com/davdroman/TextBuilder/pull/23 * [CI] Use Xcode 14.3 & Swift 5.8 by @davdroman in https://github.com/davdroman/TextBuilder/pull/22 **Full Changelog**: https://github.com/davdroman/TextBuilder/compare/2.2.0...3.0.0
2.2.0
26 weeks ago
## What's Changed * Changed: update dependencies https://github.com/davdroman/TextBuilder/pull/21 * Infrastructure: build-only for tvOS and watchOS https://github.com/davdroman/TextBuilder/pull/20 **Full Changelog**: https://github.com/davdroman/TextBuilder/compare/2.1.1...2.2.0
2.1.1
48 weeks ago
## What's Changed * Stop sharing SPM scheme https://github.com/davdroman/TextBuilder/pull/19 **Full Changelog**: https://github.com/davdroman/TextBuilder/compare/2.1.0...2.1.1
2.1.0
50 weeks ago
## What's Changed * #18 Lower minimum Swift version to 5.5. **Full Changelog**: https://github.com/davdroman/TextBuilder/compare/2.0.0...2.1.0
2.0.0
50 weeks ago
## What's Changed * #10 Builders now leverage `buildPartialBlock` on Swift 5.7 onward, which improves performance by up to 2x. * #14 API symbols have been revamped and streamlined. Namely: * `TextBuilder` β†’ `TextBuilderWith` * `BasicTextBuilder` β†’ `TextBuilder` * `SpacedTextBuilder` β†’ `TextBuilderWithSpaces` * `MultilineTextBuilder` β†’ `TextBuilderWithNewlines` * #8 The library now uses `swift-builders` as its foundation (along with testing utils). **Full Changelog**: https://github.com/davdroman/TextBuilder/compare/1.4.0...2.0.0
1.4.0
2 years ago
- Removed Rocket #6
1.3.0
2 years ago
- Expanded platform compatibility #4 - Added demo playground #5
1.2.0
2 years ago
- Added code documentation (#3).Β Thanks @Tunous! πŸŽ‰
1.1.0
2 years ago
- Updated snapshot tests + enabled CI through GitHub Actions (#2).
iOS macOS watchOS tvOS
davdroman/MultiModal 3.0.1
Use multiple .sheet, .alert, etc. modifiers in the same SwiftUI View
⭐️ 57
πŸ•“ 48 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.
3.0.1
48 weeks ago
## What's Changed * Stop sharing SPM scheme https://github.com/davdroman/MultiModal/pull/9 **Full Changelog**: https://github.com/davdroman/MultiModal/compare/3.0.0...3.0.1
3.0.0
50 weeks ago
## What's Changed * #8 Use `buildPartialBlock` on Swift 5.7 onwards, which enables an unlimited number of modals at once and comes with some performance gains. * Bumped minimum Swift version to 5.5. * Replaced Preview with Playground. **Full Changelog**: https://github.com/davdroman/MultiModal/compare/2.1.0...3.0.0
2.1.0
2 years ago
- Added compatibility with macOS, tvOS, watchOS #6 - Replaced demo project with demo Xcode Playground #7
2.0.1
2 years ago
[Arena](https://github.com/finestructure/Arena) support re-introduced.
2.0.0
2 years ago
MultiSheet is now MultiModal. The scope of this library has broadened as the use case not only applies to sheets, but also to other types of *modals* such as alerts. Even though the name has changed to reflect its expanded utility, thankfully the implementation remains the same. By releasing this as major version bump, renaming the repo shouldn't have had an effect on existing users β€”Β the old GitHub URL will always points to the new one.
1.2.0
2 years ago
- Add [Arena](https://github.com/finestructure/Arena) support [#2]
1.1.0
2 years ago
- Lowered required Swift version to 5.1 [#1] - Basic CI checks [#1]
1.0.0
2 years ago
iOS macOS watchOS tvOS
davdroman/PreciseDecimal 1.1.0
A Decimal type that plays nicely with literals and Decodable
⭐️ 28
πŸ•“ 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.
1.1.0
1 year ago
- Introduced deprecations towards v2 #3 - Added String-based initializers #3
1.0.0
2 years ago
iOS macOS watchOS tvOS
davdroman/PeriodDuration 0.16.0
The ISO 8601 period/duration APIs missing in Foundation
⭐️ 24
πŸ•“ 2 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.16.0
2 weeks ago
## What's Changed * Update dependencies and minimum Swift version to 5.7 by @davdroman in https://github.com/davdroman/PeriodDuration/pull/22 **Full Changelog**: https://github.com/davdroman/PeriodDuration/compare/0.15.0...0.16.0
0.15.0
22 weeks ago
## What's Changed * Added: Swift 5.8 support https://github.com/davdroman/PeriodDuration/pull/20 * Infrastructure: build-only for tvOS and watchOS on CI https://github.com/davdroman/PeriodDuration/pull/19 **Full Changelog**: https://github.com/davdroman/PeriodDuration/compare/0.14.1...0.15.0
0.14.1
48 weeks ago
## What's Changed * Stop sharing SPM scheme https://github.com/davdroman/PeriodDuration/pull/18 **Full Changelog**: https://github.com/davdroman/PeriodDuration/compare/0.14.0...0.14.1
0.14.0
50 weeks ago
## What's Changed * Enable Swift 5.7 in CI by @davdroman in https://github.com/davdroman/PeriodDuration/pull/17 * Update `Parsing` library to 0.10.0 by @davdroman in https://github.com/davdroman/PeriodDuration/pull/16 **Full Changelog**: https://github.com/davdroman/PeriodDuration/compare/0.13.0...0.14.0
0.13.0
1 year ago
## What's Changed * Add SPI build directions by @davdroman in https://github.com/davdroman/PeriodDuration/pull/15 **Full Changelog**: https://github.com/davdroman/PeriodDuration/compare/0.12.0...0.13.0
0.12.0
1 year ago
- [New] Added `zero` static instances. - [Changed] All units are now non-optional, defaulting to 0. - [Internal] Replaced Regex with swift-parsing, improving parsing speed 20-50x. - [Internal] Added basic benchmarks. **Full Changelog**: https://github.com/davdroman/PeriodDuration/compare/0.11.0...0.12.0
0.11.0
1 year ago
- Bumped min Swift version to 5.5 (#12). - Updated CI to test Swift 5.6 (#12).
0.10.0
1 year ago
- Introduce `allowedUnits` param in formatting functions #11
0.9.0
1 year ago
- Expose ISO 8601 conversion functions #9
0.8.0
1 year ago
- Add debug-only `ExpressibleByStringLiteral` conformances #8
iOS macOS watchOS tvOS
davdroman/swift-builders 0.5.1
Result builders for Swift and Foundation types
⭐️ 6
πŸ•“ 8 hours 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.1
15 hours ago
## What's Changed * Fix `'append' is inaccessible due to '@_spi' protection level` error by @davdroman in https://github.com/davdroman/swift-builders/pull/12 * [CI] Run tests in Swift 5.9 on Linux by @davdroman in https://github.com/davdroman/swift-builders/pull/10 * [CI] Bump actions/checkout to v4 by @davdroman in https://github.com/davdroman/swift-builders/pull/11 **Full Changelog**: https://github.com/davdroman/swift-builders/compare/0.5.0...0.5.1
0.5.0
2 weeks ago
## What's Changed * Bump minimum Swift language version to 5.7 by @davdroman in https://github.com/davdroman/swift-builders/pull/9 * [CI] Use Xcode 14.3 & Swift 5.8 by @davdroman in https://github.com/davdroman/swift-builders/pull/8 **Full Changelog**: https://github.com/davdroman/swift-builders/compare/0.4.0...0.5.0
0.4.0
26 weeks ago
## What's Changed * Fixed: potential build errors from `init(_:)` overloading https://github.com/davdroman/swift-builders/pull/7 * Infrastructure: build-only for tvOS and watchOS on CI https://github.com/davdroman/swift-builders/pull/6 **Full Changelog**: https://github.com/davdroman/swift-builders/compare/0.3.1...0.4.0
0.3.1
48 weeks ago
## What's Changed * Stop sharing SPM scheme https://github.com/davdroman/swift-builders/pull/5 **Full Changelog**: https://github.com/davdroman/swift-builders/compare/0.3.0...0.3.1
0.3.0
50 weeks ago
## What's Changed * Bump min Swift version to 5.5 by @davdroman in https://github.com/davdroman/swift-builders/pull/4 **Full Changelog**: https://github.com/davdroman/swift-builders/compare/0.2.0...0.3.0
0.2.0
1 year ago
## What's Changed * Unify package manifests by @davdroman in https://github.com/davdroman/swift-builders/pull/3 * Export `BuildersTestSupport` library by @davdroman in 967729b6be0cc98496ce70e462932e8dc11e34e6 **Full Changelog**: https://github.com/davdroman/swift-builders/compare/0.1.0...0.2.0
0.1.0
1 year ago

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