Skip to content

0.1.3

Compare
Choose a tag to compare
@DifferentialOrange DifferentialOrange released this 01 Feb 08:09
· 22 commits to master since this release

Overview

This release adds several fixes and improvements, mostly related to default values.

Since this version, you can get current rock version with require('graphql').VERSION in code.

Breaking changes

specifiedByUrl option is renamed to specifiedByURL due to GraphQL specification.

New features

  • Get current rock version with require('graphql').VERSION (#29).
  • Specify custom types description URL (#30).
  • Propagate defaults to operation callback (#37).

Bugfixes

  • Fix coercing default values on schema generation (#35).
  • Fix damaging schema on directiveMap generation (#44).