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: codegen/gql_build/CHANGELOG.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,24 @@
1
+
# 0.12.0
2
+
3
+
- Fixes Interface Fragment Inheritance (#484)
4
+
1
5
# 0.11.0
2
6
3
-
- Adding 'vars_create_factories' option to create factory initializers with required parameters (#434)
7
+
- Adding 'vars_create_factories' option to create factory initializers with required parameters (
8
+
#434)
4
9
5
10
# 0.10.0
6
11
7
-
- add `tristate_optionals` option to `schema_builder` and `var_builder` in order to wrap nullable fields in input types in a `Value` class in order distinguish between three cases:
8
-
- absent
9
-
- null
10
-
- non-null value
12
+
- add `tristate_optionals` option to `schema_builder` and `var_builder` in order to wrap nullable
13
+
fields in input types in a `Value` class in order distinguish between three cases:
14
+
- absent
15
+
- null
16
+
- non-null value
11
17
12
18
# 0.9.0
13
19
14
-
- add experimental `reuse_fragments` option to builder in order to reuse data classes of selection sets that only include a single inline fragment spread
20
+
- add experimental `reuse_fragments` option to builder in order to reuse data classes of selection
21
+
sets that only include a single inline fragment spread
0 commit comments