Releases: d-exclaimation/pioneer
v1.4.0
What's Changed
- Fix typo in relationship.mdx by @freysie in #138
- Async throwing pubsub by @d-exclaimation in #139
New Contributors
Full Changelog: 1.3.1...1.4.0
v1.3.1
What's Changed
- fix: Allow combined protocol with , in headers by @d-exclaimation in #135
Full Changelog: 1.3.0...1.3.1
v1.3.0
What's Changed
- fix: Fixed using onText incorrectly in async task by @d-exclaimation in #133
Full Changelog: 1.2.2...1.3.0
v1.2.1
What's Changed
- feat: Moved most GraphQL spec logic out of Vapor by @d-exclaimation in #123
- Minor improvement to codebase by @d-exclaimation in #127
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- doc: Spec-compliant + async throws context by @d-exclaimation in #118
- GraphQL Middleware by @d-exclaimation in #120
- support >macOS 10.15 by @sevki in #121
- chore: Format code by @d-exclaimation in #122
New Contributors
Full Changelog: 1.1.0...1.2.0
v1.2.0-beta.1
What's Changed
- doc: Spec-compliant + async throws context by @d-exclaimation in #118
- GraphQL Middleware by @d-exclaimation in #120
Full Changelog: 1.1.0...1.2.0-beta.1
v1.1.0
What's Changed
- Improvement to GraphQL over HTTP spec-compliance by @d-exclaimation in #117
Full Changelog: 1.0.2...1.1.0
v1.0.2
What's Changed
- Redesigned: Docs -> Site by @d-exclaimation in #111
Map.decode(_)
and Documentation fixed by @d-exclaimation in #115
Full Changelog: 1.0.1...1.0.2
v1.0.1
v1.0.0
First stable release of Pioneer. Pioneer have been under v0.x 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, 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 which have significant changes especially on the API of the library.
What's Changed
- v1: Vapor decoupling by @d-exclaimation in #92
- v1: Documentation, minimisations, and improvements by @d-exclaimation in #93
- v1: Integration support by @d-exclaimation in #94
- v1 by @d-exclaimation in #95
- Spec compliance by @d-exclaimation in #104
- feat: Added standalone server option by @d-exclaimation in #105
- v1: Standalone by @d-exclaimation in #106
Full Changelog: 0.10.1...1.0.0