Swiftpack.co - Swift Packages by d-exclaimation

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

Packages published by d-exclaimation

d-exclaimation/pioneer 1.4.0
GraphQL for Swift.
⭐️ 37
🕓 25 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.
v1.4.0
25 weeks ago
## What's Changed * Fix typo in relationship.mdx by @freysie in https://github.com/d-exclaimation/pioneer/pull/138 * Async throwing pubsub by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/139 ## New Contributors * @freysie made their first contribution in https://github.com/d-exclaimation/pioneer/pull/138 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.3.1...1.4.0
v1.3.1
43 weeks ago
## What's Changed * fix: Allow combined protocol with , in headers by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/135 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.3.0...1.3.1
v1.3.0
44 weeks ago
## What's Changed * fix: Fixed using onText incorrectly in async task by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/133 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.2.2...1.3.0
v1.2.1
1 year ago
## What's Changed * feat: Moved most GraphQL spec logic out of Vapor by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/123 * Minor improvement to codebase by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/127 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.2.0...1.2.1
v1.2.0
1 year ago
## What's Changed * doc: Spec-compliant + async throws context by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/118 * GraphQL Middleware by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/120 * support >macOS 10.15 by @sevki in https://github.com/d-exclaimation/pioneer/pull/121 * chore: Format code by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/122 ## New Contributors * @sevki made their first contribution in https://github.com/d-exclaimation/pioneer/pull/121 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.1.0...1.2.0
v1.2.0-beta.1
1 year ago
## What's Changed * doc: Spec-compliant + async throws context by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/118 * GraphQL Middleware by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/120 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.1.0...1.2.0-beta.1
v1.1.0
1 year ago
## What's Changed * Improvement to GraphQL over HTTP spec-compliance by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/117 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.0.2...1.1.0
v1.0.2
1 year ago
[**v1 Release notes**](https://github.com/d-exclaimation/pioneer/releases/tag/1.0.0) ## What's Changed * Redesigned: Docs -> Site by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/111 * `Map.decode(_)` and Documentation fixed by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/115 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.0.1...1.0.2
v1.0.1
1 year ago
[**v1 Release notes**](https://github.com/d-exclaimation/pioneer/releases/tag/1.0.0) ## What's Changed * Public structs, public init by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/109 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/1.0.0...1.0.1
v1.0.0
1 year ago
First stable release of Pioneer. Pioneer have been under [v0.x](https://github.com/d-exclaimation/pioneer/releases/tag/0.10.1) for a while and it has shown little major issues. This brings a bit more confidence for me to start introducing major improvements and changes. ## Motivation One of the goal is to allow more Web frameworks integrations. Vapor is a great Web framework, but similarly to [Apollo Server](https://www.apollographql.com/docs/apollo-server/integrations/integration-index/), Pioneer should not strictly restrict itself to one framework. At some point (possibly **v2**), Pioneer and its Vapor integration would be separate packages which allow user of the library to use other options if they see fit. Another goal is catch up to [Apollo Server v4](https://www.apollographql.com/docs/apollo-server/migration) which have significant changes especially on the API of the library. ## What's Changed * v1: Vapor decoupling by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/92 * v1: Documentation, minimisations, and improvements by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/93 * v1: Integration support by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/94 * v1 by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/95 * Spec compliance by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/104 * feat: Added standalone server option by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/105 * v1: Standalone by @d-exclaimation in https://github.com/d-exclaimation/pioneer/pull/106 **Full Changelog**: https://github.com/d-exclaimation/pioneer/compare/0.10.1...1.0.0
macOS linux macOS iOS
d-exclaimation/pioneer-redis-pubsub 1.1.0
Pioneer's PubSub Implementation with Redis using RediStack
⭐️ 6
🕓 25 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.
v1.1.0
25 weeks ago
## What's Changed * feat: updated redis pubsub to propagate errors properly by @d-exclaimation in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/10 **Full Changelog**: https://github.com/d-exclaimation/pioneer-redis-pubsub/compare/1.0.1...1.1.0
v1.0.1
25 weeks ago
## What's Changed * Redistack 2.0.0-gamma.1 by @d-exclaimation in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/3 * fix: fixed issue with package being moved by @d-exclaimation in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/9 **Full Changelog**: https://github.com/d-exclaimation/pioneer-redis-pubsub/compare/1.0.0...1.0.1
v1.1.0-alpha.1
1 year ago
## What's Changed * Redistack 2.0.0-gamma.1 by @d-exclaimation in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/3 **Full Changelog**: https://github.com/d-exclaimation/pioneer-redis-pubsub/compare/1.0.0...1.1.0-alpha.1
v1.0.0
1 year ago
## Changes - Updated to Pioneer v1.0.0 **Full Changelog**: https://github.com/d-exclaimation/pioneer-redis-pubsub/compare/0.1.0...1.0.0
v0.1.0
1 year ago
## What's Changed * Removed automatic disposal, Fixed test cases, Improved usage guide by @d-exclaimation in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/2 **Full Changelog**: https://github.com/d-exclaimation/pioneer-redis-pubsub/compare/0.1.0-beta...0.1.0
v0.1.0-beta
1 year ago
## What's Changed * First implementation by @d-exclaimation in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/1 ## New Contributors * @d-exclaimation made their first contribution in https://github.com/d-exclaimation/pioneer-redis-pubsub/pull/1 **Full Changelog**: https://github.com/d-exclaimation/pioneer-redis-pubsub/commits/0.1.0-beta
macOS
d-exclaimation/pioneer-validation 0.0.1-alpha
Validation Rules in Context Builder for Pioneer
⭐️ 0
🕓 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.
v0.0.1-alpha
1 year ago
**Changes**: - Added Extensions to Pioneer to add validation rules - Added Depth Limit validation rule **Full Changelog**: https://github.com/d-exclaimation/pioneer-validation/commits/0.0.1-alpha
macOS

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