Skip to content

v5.0.0

Compare
Choose a tag to compare
@maticzav maticzav released this 18 Dec 23:52
· 1061 commits to master since this release

5.0.0 (2018-12-18)

Performance Improvements

BREAKING CHANGES

  • As of 3.0.0, GraphQL Shield no longer supports hidding introspection query. I believe this is a meaningful step towards robust permission systems as servers shouldn't rely on hiding fields, but rather implement concreate permission system to support their needs.
  • Removed legacy options for fallback and whitelist. fallback has been replaced with fallbackError, and whitelist has been replaced in favor of fallbackRule.

Added Husky and switched to Jest. Better error messages.