Skip to content

0.1.2

Compare
Choose a tag to compare
@DifferentialOrange DifferentialOrange released this 14 Dec 17:02
· 33 commits to master since this release

Overview

This release contains several bugfixes and features based on graphql spec.

Breaking changes

This release should not break existing code.

Features

  • Custom directives (PR #26).
  • Scalar specification URL (PR #27).
  • Update luagraphqlparser to 0.2.0 (PR #32).
  • Measure test coverage in CI (PR #24).

Bugfixes

  • Throw error if it's impossible to coerce boolean (#14).
  • Fix returning both data and error for multiple resolvers (PR #25).
  • Include descriptions in introspection output (PR #28).
  • Fix describing type with table in schema (PR #31).

Thanks

Most features and bugfixes were introduced by Yaroslav Shumakov. Thank you, Yaroslav!