Swiftpack.co - Swift Packages by MarcoEidinger

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

Packages published by MarcoEidinger

MarcoEidinger/SwiftPlantUML 0.8.1
A command-line tool and Swift Package for generating class diagrams powered by PlantUML
โญ๏ธ 549
๐Ÿ•“ 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.
0.8.1
8 weeks ago
## What's Changed * ๐Ÿ› fix: When linking inheritedType, if the name includes `&`, separate and link it by @TTOzzi in https://github.com/MarcoEidinger/SwiftPlantUML/pull/82 ## New Contributors * @TTOzzi made their first contribution in https://github.com/MarcoEidinger/SwiftPlantUML/pull/82 **Full Changelog**: https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.8.0...0.8.1
0.8.0
15 weeks ago
## What's Changed * โœจ feat: support `package` access level by @MarcoEidinger in https://github.com/MarcoEidinger/SwiftPlantUML/pull/78 **Full Changelog**: https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.7...0.8.0
0.7.7
22 weeks ago
๐Ÿ› fix: incorrect PlantUMLScript when @unchecked Sendable present in Swift code (closes https://github.com/MarcoEidinger/SwiftPlantUML/issues/76)
0.7.6
39 weeks ago
## [0.7.6](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.5...0.7.6) (2023-07-21) * ๐Ÿ› fix: file options (include/exclude) without wildcard (closes [#73](https://github.com/MarcoEidinger/SwiftPlantUML/issues/73))
0.7.5
45 weeks ago
## [0.7.5](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.4...0.7.5) (2023-06-03) * ๐Ÿ› fix nested types in extensions (closes [#69](https://github.com/MarcoEidinger/SwiftPlantUML/issues/69)) * ๐Ÿ› fix whitespaces for nested type relationships (closes [#70](https://github.com/MarcoEidinger/SwiftPlantUML/issues/70))
0.7.4
1 year ago
## [0.7.4](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.3...0.7.4) (2023-02-17) ### Bug Fixes * ๐Ÿ› fix diagram syntax error when class inherited a generic type (closes [#65](https://github.com/MarcoEidinger/SwiftPlantUML/issues/65))
0.7.3
1 year ago
### Bug Fixes * ๐Ÿ› typo fix for relationship label, i.e. use 'conforms to' (closes [#63](https://github.com/MarcoEidinger/SwiftPlantUML/issues/63))
0.7.2
1 year ago
### Features * โœจ add descriptive texts like header or title to the diagram (closes [#61](https://github.com/MarcoEidinger/SwiftPlantUML/issues/61))
1 year ago
### Features * โœจ able to programmatically open diagram as SVG in browser (PR [#59](https://github.com/MarcoEidinger/SwiftPlantUML/pull/59))
1 year ago
### โš  BREAKING CHANGES * ๐Ÿงจ minor public API changes ### Features * โœจ support built-in themes from PlantUML (closes [#40](https://github.com/MarcoEidinger/SwiftPlantUML/issues/40)) * โœจ able to merge extensions into main type (closes [#54](https://github.com/MarcoEidinger/SwiftPlantUML/issues/54)) * โœจ show nested types (closes [#53](https://github.com/MarcoEidinger/SwiftPlantUML/issues/53)) ### Bug Fixes * ๐Ÿ› fix: no access level for extension members if no explicit (fix [#42]((https://github.com/MarcoEidinger/SwiftPlantUML/issues/42))) * ๐Ÿ› fix: no access level indicator for fileprivate members (fix [#44]((https://github.com/MarcoEidinger/SwiftPlantUML/issues/44))) * ๐Ÿ› fix: incorrect inheritance/extensions when parent class is not scanned first (fix [#47]((https://github.com/MarcoEidinger/SwiftPlantUML/issues/47))) * ๐Ÿ› fix: incorrect relationship label when protocol is not scanned first (fix [#49]((https://github.com/MarcoEidinger/SwiftPlantUML/issues/49)))
macOS
MarcoEidinger/OSInfo 1.0.1
Cross-platform Swift Package to determine OS name and version on which the app is running
โญ๏ธ 30
๐Ÿ•“ 33 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.0.1
33 weeks ago
detect `name` for visionOS correctly when using Xcode 15 Beta 6+ Needed because `#if os(iOS)` behavior changed in Swift compiler shipped in in Xcode 15 Beta 6
1 year ago
MarcoEidinger/URLCompatibilityKit 1.0.0
Compatible backports of commonly used type properties for `URL` that are only available from iOS 16.0+ / macOS 13.0+ / tvOS 16.0+ / watchOS 9.0+.
โญ๏ธ 23
๐Ÿ•“ 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 year ago
iOS macOS watchOS tvOS
MarcoEidinger/XCSnippets 1.1.0
Swift package to interact with Xcode Code Snippets in a type-safe manner
โญ๏ธ 4
๐Ÿ•“ 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 year ago
## โš  BREAKING CHANGES โœ๏ธ Renamed package and its product from `XCodeSnippets` to `XCSnippets` โœ๏ธ Renamed structs `XCodeSnippets` / `XCodeSnippet` accordingly to `XCSnippets` / `XCSnippet` ## Features ๐ŸŽธ `XCSnippet` conforms to `Identifiable` and `Hashable`
1 year ago
Adding new public extension `to XCodeSnippet` on `Data` Example how to copy a remote .codesnippet file to your local machine ```swift try await URLSession.shared.data(from: URL(string: "https://raw.githubusercontent.com/burczyk/XcodeSwiftSnippets/master/swift-forin.codesnippet")!) .0 .toXCodeSnippet() .write(to: .codeSnippetsUserDirectoryURL) ```
1.0.0
1 year ago
First release!
MarcoEidinger/cloud-sdk-ios-fiori-snapshot-references 1.0.1
Preparation for staging
โญ๏ธ 0
๐Ÿ•“ 3 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.
3 years ago
3 years ago
iOS
MarcoEidinger/ScanbotSDK 3.0.2
Swift Package to distribute Scanbot's SDK in binary format
โญ๏ธ 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.
2 years ago

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