Skip to content

Releases: maticzav/graphql-shield

v5.2.0

15 Feb 07:34
1055b85
Compare
Choose a tag to compare

5.2.0 (2019-02-15)

Features

  • Add support for per-type fallback (1055b85)

v5.1.3

11 Feb 19:04
02f9783
Compare
Choose a tag to compare

5.1.3 (2019-02-11)

Bug Fixes

  • Switch to lightercollective (02f9783)

v5.1.2

06 Feb 06:52
Compare
Choose a tag to compare

5.1.2 (2019-02-06)

Bug Fixes

  • Remove tests from src folder (631da32)

v5.1.1

04 Feb 11:07
Compare
Choose a tag to compare

5.1.1 (2019-02-04)

Bug Fixes

  • Add support for Type and Schema rules with fragments (efdd5d8)

v5.1.0

22 Dec 12:05
Compare
Choose a tag to compare

5.1.0 (2018-12-22)

Features

  • Add support for string custom error messages (992e8b3)

v5.0.1

18 Dec 23:55
Compare
Choose a tag to compare

5.0.1 (2018-12-18)

Bug Fixes

v5.0.0

18 Dec 23:52
Compare
Choose a tag to compare

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.

v4.1.2

10 Dec 16:03
bdeae26
Compare
Choose a tag to compare

4.1.2 (2018-12-10)

Bug Fixes

  • correct typo in issue template (f25a710)

v4.1.1

09 Dec 10:35
19fdc14
Compare
Choose a tag to compare

4.1.1 (2018-12-09)

Bug Fixes

v4.1.0

02 Nov 10:47
16f8651
Compare
Choose a tag to compare

4.1.0 (2018-11-02)

Features

  • core: Add fallbackRule and fallbackError option (16f8651)