You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,27 @@ You can find and compare releases at the [GitHub release page](https://github.co
9
9
10
10
## Unreleased
11
11
12
+
## v15.22.0
13
+
14
+
### Added
15
+
16
+
- Add argument `includeDeprecated` to introspection field `__Directive.args`https://github.com/webonyx/graphql-php/pull/1738/commits/0dd03675dc7c971abfad86cafaf2da353778529f
17
+
18
+
### Changed
19
+
20
+
- Make all `includeDeprecated` arguments in introspection fields non-nullable with default value `false`https://github.com/webonyx/graphql-php/pull/1738/commits/851ddb55d722035904191705b6d62ba56950680c
21
+
12
22
## v15.21.3
13
23
14
24
### Fixed
15
25
16
-
- Make querying `isOneOf` optional in Introspection query https://github.com/webonyx/graphql-php/pull/1737
26
+
- Make querying `isOneOf` optional in introspection query https://github.com/webonyx/graphql-php/pull/1737
17
27
18
28
## v15.21.2
19
29
20
30
### Fixed
21
31
22
-
- Add missing `isOneOf` to Introspection query https://github.com/webonyx/graphql-php/pull/1729
32
+
- Add missing `isOneOf` to introspection query https://github.com/webonyx/graphql-php/pull/1729
0 commit comments