@@ -5,49 +5,57 @@ Change log
5
5
6
6
### New features
7
7
8
- * The `` null `` literal is now supported in the GraphQL language. (#26 )
8
+ * The ` null ` literal is now supported in the GraphQL
9
+ language. ([ #26 ] ( https://github.com/mhallin/juniper/pull/26 ) )
9
10
* Rustc-serialize is now optional, but enabled by default. If you
10
11
_ only_ want Serde support, include Juniper without default features
11
- and enable Serde. (#12 )
12
- * The built-in `` ID `` type now has a public constructor and derives a
13
- few traits (`` Clone `` , `` Debug `` , `` Eq `` , `` PartialEq `` ,
14
- `` From<String> `` , `` Deref<Target=str> `` ). (#19 )
12
+ and enable
13
+ Serde. ([ #12 ] ( https://github.com/mhallin/juniper/pull/12 ) )
14
+ * The built-in ` ID ` type now has a public constructor and derives a
15
+ few traits (` Clone ` , ` Debug ` , ` Eq ` , ` PartialEq ` , ` From<String> ` ,
16
+ ` Deref<Target=str> ` ). ([ #19 ] ( https://github.com/mhallin/juniper/pull/19 ) )
15
17
* Juniper is now built and tested against all Rust compilers since
16
18
version 1.12.1.
17
19
18
20
### Minor breaking change
19
21
20
- * Serde has been updated to 0.9. (#25 )
22
+ * Serde has been updated to
23
+ 0.9. ([ #25 ] ( https://github.com/mhallin/juniper/pull/25 ) )
21
24
22
25
### Bugfixes
23
26
24
27
* The built-in GraphiQL handler had a bug in variable serialization.
25
- (#16 )
28
+ ([ #16 ] ( https://github.com/mhallin/juniper/pull/16 ) )
26
29
* The example should now build and run without problems on
27
- Windows. (#15 )
28
- * Object types now properly implement `` __typename `` . (#22 )
29
- * String variables are now properly parsed into GraphQL enums. (#17 )
30
+ Windows. ([ #15 ] ( https://github.com/mhallin/juniper/pull/15 ) )
31
+ * Object types now properly implement
32
+ ` __typename ` . ([ #22 ] ( https://github.com/mhallin/juniper/pull/22 ) )
33
+ * String variables are now properly parsed into GraphQL
34
+ enums. ([ #17 ] ( https://github.com/mhallin/juniper/pull/17 ) )
30
35
31
36
## [ 0.6.1] – 2017-01-06
32
37
33
38
### New features
34
39
35
- * Optional Serde support (#8 )
40
+ * Optional Serde support
41
+ ([ #8 ] ( https://github.com/mhallin/juniper/pull/8 ) )
36
42
37
43
### Improvements
38
44
39
45
* The ` graphql_input_object! ` macro can now be used to define input
40
46
objects as public Rust structs.
41
47
* GraphiQL in the Iron GraphiQL handler has been updated to 0.8.1
42
- (#11 )
48
+ (#[ # 11 ] ( https://github.com/mhallin/juniper/pull/11 ) )
43
49
44
50
### Minor breaking changes
45
51
46
52
Some undocumented but public APIs were changed.
47
53
48
- * ` to_snake_case ` correctly renamed to ` to_camel_case ` (#9 )
54
+ * ` to_snake_case ` correctly renamed to ` to_camel_case `
55
+ ([ #9 ] ( https://github.com/mhallin/juniper/pull/9 ) )
49
56
* JSON serialization of ` GraphQLError ` changed to be more consistent
50
- with how other values were serialized (#10 ).
57
+ with how other values were serialized
58
+ ([ #10 ] ( https://github.com/mhallin/juniper/pull/10 ) ).
51
59
52
60
## [ 0.6.0] – 2017-01-02
53
61
0 commit comments