Skip to content

v0.6.0

Compare
Choose a tag to compare
@ivome ivome released this 25 May 18:06
· 50 commits to master since this release

Breaking

  • The previously deprecated legacyEstimator and the fieldConfigEstimator were removed in favor of the fieldExtensionsEstimator. Adding support for GraphQL v15 made this necessary (see #30).
  • The estimator option is now required when configuring the validation rule.

New Features

  • Support for graphql-js v15 #30

Fixes

  • Improved TS types #28

Thanks to @rh389, @wSedlacek