File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
3535 - ` ast::Type ` :
3636 - Removed lifetime parameters.
3737 - Made it generic over string type.
38+ - Remade as a struct with methods: ([ #1322 ] )
39+ - Added ` modifier() ` and ` modifiers() ` methods returning ` TypeModifier ` .
40+ - Added ` is_list() ` method.
41+ - Added ` wrap_list() ` and `wrap_non_null() methods.
42+ - Added ` nullable() ` constructor.
43+ - Added ` BorrowedType ` representation.
3844 - ` MetaType ` :
3945 - Removed lifetime parameters.
4046 - Made ` name() ` , ` description() ` and ` specified_by_url() ` methods returning ` ArcStr ` .
@@ -102,6 +108,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
102108[ #1293 ] : /../../pull/1293
103109[ #1311 ] : /../../pull/1311
104110[ #1318 ] : /../../pull/1318
111+ [ #1322 ] : /../../pull/1322
105112[ #1323 ] : /../../pull/1323
106113[ 1b1fc618 ] : /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
107114[ 20609366 ] : /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
You can’t perform that action at this time.
0 commit comments