@@ -5,49 +5,57 @@ Change log
55
66### New features
77
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 ) )
910* Rustc-serialize is now optional, but enabled by default. If you
1011 _ 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 ) )
1517* Juniper is now built and tested against all Rust compilers since
1618 version 1.12.1.
1719
1820### Minor breaking change
1921
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 ) )
2124
2225### Bugfixes
2326
2427* The built-in GraphiQL handler had a bug in variable serialization.
25- (#16 )
28+ ([ #16 ] ( https://github.com/mhallin/juniper/pull/16 ) )
2629* 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 ) )
3035
3136## [ 0.6.1] – 2017-01-06
3237
3338### New features
3439
35- * Optional Serde support (#8 )
40+ * Optional Serde support
41+ ([ #8 ] ( https://github.com/mhallin/juniper/pull/8 ) )
3642
3743### Improvements
3844
3945* The ` graphql_input_object! ` macro can now be used to define input
4046 objects as public Rust structs.
4147* GraphiQL in the Iron GraphiQL handler has been updated to 0.8.1
42- (#11 )
48+ (#[ # 11 ] ( https://github.com/mhallin/juniper/pull/11 ) )
4349
4450### Minor breaking changes
4551
4652Some undocumented but public APIs were changed.
4753
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 ) )
4956* 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 ) ).
5159
5260## [ 0.6.0] – 2017-01-02
5361
0 commit comments