Releases: maticzav/graphql-shield
Releases · maticzav/graphql-shield
v5.2.0
v5.1.3
v5.1.2
v5.1.1
v5.1.0
v5.0.1
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
fallback
andwhitelist
.fallback
has been replaced withfallbackError
, andwhitelist
has been replaced in favor offallbackRule
.
Added Husky and switched to Jest. Better error messages.