v0.6.0
Breaking
- The previously deprecated
legacyEstimatorand thefieldConfigEstimatorwere removed in favor of thefieldExtensionsEstimator. Adding support for GraphQL v15 made this necessary (see #30). - The
estimatoroption 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