Swiftpack.co - Swift Packages by alexanderwe

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

Packages published by alexanderwe

alexanderwe/LoggingKit v3.0.0
A micro framework for logging in Swift
⭐️ 7
🕓 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.
v3.0.0
3 years ago
# Breaking Change * This release drops support for Carthage. ## Rationale The decisive factor for this was that Carthage has some issues to build with Xcode 12. I have taken this opportunity and dropped the support for Carthage as a whole. I think that the Swift Package Manager will become the main way of handling Swift dependencies in the future. Especially since it is part of Xcode 11. I hope that I do not break someones builds with that decision and maybe can convince some people to switch to SPM entirely, still I know that a lot of projects are still relying on Carthage.
v2.0.0
3 years ago
LoggingKit now supports custom log providers. For that purpose the `v2.0.0` is a breaking release. # Features - Use a single `LogService` instance to process log messages - Create custom `LogProvider`s to process log messages different ways - Pre-define `OSLogProvider` which uses `os_log` under the hood
v1.0.0
3 years ago
First release of LoggingKit # Features * Customisable logging categories * Log using `os_log` * iOS, watchOS, tvOS, macOS support * `Combine` support
iOS macOS watchOS tvOS
alexanderwe/ConventionalCommitsKit v2.0.0
A small library to create and parse Conventional Commit conforming representations.
⭐️ 5
🕓 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.
v2.0.0
1 year ago
# Changed * Switch to the latest `Parsing` library version [0.9.2](https://github.com/pointfreeco/swift-parsing/releases/tag/0.9.2) * BREAKING: Changed the initialiser of `ConventionalCommit` from `ConventionalCommit(data:)` to `ConventionalCommit(input:)`
v1.0.0
3 years ago
## Added * Ability to parse and create a type safe representation of a `ConventionalCommit` from a `String`
iOS macOS tvOS
alexanderwe/WebSocketKit v1.0.0
Small utility around the Network framework and WebSockets
⭐️ 2
🕓 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.
v1.0.0
3 years ago
# Added - `WebSocket` class to wrap around `NWConnection` to establish a WebSocket connection to a remote server - `WebSocketConnectionDelegate` to react to incoming WebSocket events
iOS macOS tvOS
alexanderwe/SemanticVersioningKit v2.2.0
Small library to create and parse Semantic Versioning conforming representations.
⭐️ 2
🕓 7 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.
v2.2.0
7 weeks ago
## What's Changed * feat: Add visionOS support by @alexanderwe in https://github.com/alexanderwe/SemanticVersioningKit/pull/6 **Full Changelog**: https://github.com/alexanderwe/SemanticVersioningKit/compare/v2.1.3...v2.2.0
v2.1.3
31 weeks ago
## What's Changed * chore: Update dependencies by @alexanderwe in https://github.com/alexanderwe/SemanticVersioningKit/pull/5 **Full Changelog**: https://github.com/alexanderwe/SemanticVersioningKit/compare/v2.1.2...v2.1.3
v2.1.2
51 weeks ago
## What's Changed * feat: Update swift-parsing to 0.12.0 by @alexanderwe in https://github.com/alexanderwe/SemanticVersioningKit/pull/4 **Full Changelog**: https://github.com/alexanderwe/SemanticVersioningKit/compare/2.1.1...v2.1.2
2.1.1
1 year ago
## What's Changed * fix: Fix compilation for Xcode 14.3 by @alexanderwe in https://github.com/alexanderwe/SemanticVersioningKit/pull/3 **Full Changelog**: https://github.com/alexanderwe/SemanticVersioningKit/compare/v2.1.0...2.1.1
v2.1.0
1 year ago
## What's Changed * feat: Add support for watchOS v6 or greater by @alexanderwe in https://github.com/alexanderwe/SemanticVersioningKit/pull/2 **Full Changelog**: https://github.com/alexanderwe/SemanticVersioningKit/compare/v2.0.0...v2.1.0
v2.0.0
1 year ago
# Changed - Switch to the latest Parsing library version [0.10.0](https://github.com/pointfreeco/swift-parsing/releases/tag/0.10.0) - BREAKING: Changed the initialiser of `SemanticVersion` from `SemanticVersion(data:)` to `SemanticVersion(input:)`
v1.0.0
3 years ago
## Added * Create a Semantic Version with `String` or explicitly via `init()`
iOS macOS watchOS tvOS

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