Skip to content

0.14 OpenAPI/Swagger Integration

Pre-release
Pre-release
Compare
Choose a tag to compare
@codeliner codeliner released this 15 Apr 14:02
· 86 commits to master since this release
v0.14.0

This dev release is the first one without GraphQL support

See #84 and #4 for details.

Internal Event Machine handling did not change much but a few changes were made:

  • no GraphQL server integration
  • $eventMachine->registerInputType() is removed, because we no longer need to differentiate between return and input types. This was a GraphQL limitation

The tutorial is updated as well.