v5.0.0
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
fallbackandwhitelist.fallbackhas been replaced withfallbackError, andwhitelisthas been replaced in favor offallbackRule.
Added Husky and switched to Jest. Better error messages.