Commit Graph

83 Commits

Author SHA1 Message Date
sunli
27442145c6 v1.0.0 2020-03-12 17:11:02 +08:00
sunli
a36e68d226 Update provided_non_null_arguments.rs 2020-03-11 15:23:28 +08:00
sunli
ea6e32baf1 add KnownDirectives rule 2020-03-11 10:10:56 +08:00
sunli
18ac0a0757 v0.10.8 2020-03-10 20:36:07 +08:00
sunli
feb71eef22 add ProvidedNonNullArguments rule 2020-03-10 20:35:25 +08:00
sunli
de96634f1f add PossibleFragmentSpreads rule 2020-03-10 18:07:47 +08:00
sunli
78faced65f update minimum rust version 2020-03-10 15:39:50 +08:00
sunli
d8c0018856 Update visitor.rs 2020-03-10 15:17:01 +08:00
sunli
1987a7402b Update mod.rs 2020-03-10 14:30:16 +08:00
sunli
6b9b89ef8b v0.10.7 2020-03-10 14:27:05 +08:00
sunli
f58792206d v0.10.6 2020-03-10 14:14:29 +08:00
sunli
ecc861de3b add some validation rules 2020-03-10 14:14:09 +08:00
sunli
678733725f Update lib.rs 2020-03-09 20:59:31 +08:00
sunli
0fa674aea8 Update lib.rs 2020-03-09 20:59:25 +08:00
sunli
4de7a8ba04 Update README.md 2020-03-09 20:45:11 +08:00
sunli
bb72b5b7cd Update README.md 2020-03-09 20:44:31 +08:00
sunli
d05ddc9104 v0.10.5 2020-03-09 20:40:17 +08:00
sunli
20d627b838 add some validation rules 2020-03-09 20:39:46 +08:00
sunli
e0471ddc10 auto rename to camelcase 2020-03-09 20:00:57 +08:00
sunli
73039cfcea Update model.rs 2020-03-09 18:10:41 +08:00
sunli
c72aaa80cf v0.10.4 2020-03-09 18:09:08 +08:00
sunli
18185ed7a2 v0.10.4 2020-03-09 18:05:52 +08:00
sunli
00699106d2 v0.10.3 2020-03-09 12:19:55 +08:00
sunli
fd9c0f9239 Update README.md 2020-03-09 12:18:21 +08:00
sunli
e20fdc1671 v0.10.2 2020-03-09 12:08:50 +08:00
sunli
ce3d4cbc33 fix some bug 2020-03-09 09:33:36 +08:00
sunli
0477ea1dd7 v0.10.1 2020-03-08 20:58:22 +08:00
sunli
d981218d1b v0.10.1 2020-03-08 20:36:06 +08:00
sunli
d7692414ea add some validation code 2020-03-08 20:35:36 +08:00
sunli
c553b02ff1 Update model.rs 2020-03-08 09:22:50 +08:00
sunli
ce9ca29c3d implemented union type 2020-03-08 09:21:29 +08:00
sunli
0aaaec8508 v0.9.4 2020-03-07 20:55:13 +08:00
sunli
5ab4f73c76 v0.9.4 2020-03-07 20:54:03 +08:00
sunli
61fa882a89 Fixed a problem with the return value reference context lifetime 2020-03-07 18:03:19 +08:00
sunli
25a93b6976 v0.9.2 2020-03-07 12:40:04 +08:00
sunli
f4760ac1e5 Update optional.rs 2020-03-07 12:39:34 +08:00
sunli
7a0f9b97a1 hide ContextBase export 2020-03-07 11:27:44 +08:00
sunli
da37a81e6b v0.9.1 2020-03-07 11:22:23 +08:00
sunli
18e1014788 fix some bugs 2020-03-07 11:21:56 +08:00
sunli
82f37095f2 Update README.md 2020-03-07 10:43:09 +08:00
sunli
5b9538aee1 v0.9.0 2020-03-07 10:40:33 +08:00
sunli
b4edae7981 Added support for inline fragment 2020-03-07 10:39:55 +08:00
sunli
40edb87fe0 Update context.rs 2020-03-07 00:19:22 +08:00
sunli
69b3dea88c implemented interface 2020-03-06 23:58:43 +08:00
Sunli
e50694cc36 Merge pull request #1 from dusty-phillips/tide_example
Tide example
2020-03-06 11:42:50 +08:00
Dusty Phillips
60f3b38b38 Add an example for tide
I haven't used tide before,
but it looks quite similar to
actix-web.
I modeled this example on the actix-web one,
and it seems to have worked perfectly.
2020-03-05 21:07:35 -04:00
Dusty Phillips
02c3acf451 Bump quote dependency
It appears that 1.0.2 has been yanked.
I'm not sure why it was pinned
to that specific version,
so it's possible I'm introducing
a regression.
However, tests are passing.
2020-03-05 21:05:58 -04:00
sunli
b0e7a63a8d Update optional.rs 2020-03-06 08:42:06 +08:00
sunli
c52ba00526 Update directive.rs 2020-03-05 21:42:34 +08:00
sunli
cc11d5bd91 Update Cargo.toml 2020-03-05 21:38:01 +08:00