Swiftpack.co - Swift Packages by alexsteinerde

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

Packages published by alexsteinerde

alexsteinerde/graphql-kit 2.4
Easy setup of a GraphQL server with Vapor. It uses the GraphQL implementation of Graphiti.
⭐️ 98
🕓 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.
`OptionalChild` support
2 years ago
Fix issue with large GraphQL queries in POST body
2 years ago
#9 (by @jaredh159)
`@OptionalParent` support
2 years ago
This version introduces a new `Field` type extension. Now KeyPaths to `@OptionalParent` property wrappers can be passed into a new initializer: ```swift Field("currentTodo", with: \.$currentTodo) ``` Fixes #8
`@Siblings` support
2 years ago
This version introduces a new `Field` type extension. Now KeyPaths to `@Siblings` properties can be passed into a new initializer: ```swift Field("tags", with: \.$tags) ``` Fixes #6
Enum Support for Vapor 4
3 years ago
Vapor 4 Support
3 years ago
- Support for Vapor 4 - Switch to official Graphiti package with FunctionBuilder/ResultBuilder support
Vapor 4 Support
4 years ago
Inferring enum cases automatically if enum conforms to `CaseIterable`
4 years ago
Usage: ```swift Enum(Todo.TodoState.self) ```
Initial Beta Release
4 years ago
macOS
alexsteinerde/docker-client-swift 0.1.2
This is a Docker Client written in Swift. It's using the NIO Framework to communicate with the Docker Engine via sockets.
⭐️ 65
🕓 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.
Port forwarding
1 year ago
## What's Changed * Updated testStartingContainerAndRetrievingLogs() to work on Apple Silicon by @jackgene in https://github.com/alexsteinerde/docker-client-swift/pull/6 * Create container with port forwarding by @jackgene in https://github.com/alexsteinerde/docker-client-swift/pull/7 ## New Contributors * @jackgene made their first contribution in https://github.com/alexsteinerde/docker-client-swift/pull/6 **Full Changelog**: https://github.com/alexsteinerde/docker-client-swift/compare/0.1.1...0.1.2
0.1.1
1 year ago
## What's Changed * Extend types with Codable support. by @mbarnach in https://github.com/alexsteinerde/docker-client-swift/pull/1 * Fix usage example by @philipparndt in https://github.com/alexsteinerde/docker-client-swift/pull/2 * Add required "Host" header to REST requests to fulfill Docker requirement (fixes https://github.com/alexsteinerde/docker-client-swift-mac-app/issues/1). ## New Contributors * @mbarnach made their first contribution in https://github.com/alexsteinerde/docker-client-swift/pull/1 * @philipparndt made their first contribution in https://github.com/alexsteinerde/docker-client-swift/pull/2 **Full Changelog**: https://github.com/alexsteinerde/docker-client-swift/compare/0.1.0...0.1.1
Initial Release
2 years ago
This is the initial release with a subset of the available APIs Docker provides.
macOS

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