Commit Graph

1783 Commits

Author SHA1 Message Date
Sunli
246d72a9f0 Update examples 2021-11-04 15:52:50 +08:00
Sunli
63544aab5b Fix tests 2021-11-04 14:54:26 +08:00
Sunli
755a7f92df rustfmt 2021-11-04 14:42:30 +08:00
Sunli
df67649481 Update CHANGELOG.md 2021-11-04 14:35:48 +08:00
Sunli
e898998311 Add Failure type. #671 2021-11-04 14:33:04 +08:00
Sunli
ad517eaddb Add MaybeUndefined::as_opt_ref and MaybeUndefined::as_opt_deref methods. #688 2021-11-04 09:44:16 +08:00
Sunli
ef76246448 [async-graphql-axum] Bump axum from 0.2.5 to 0.3 #691 2021-11-04 09:20:06 +08:00
Sunli
aa816b2c7b Update CHANGELOG.md 2021-11-04 09:15:25 +08:00
Sunli
ecb4b4dac5
Merge pull request #689 from meh/duration-scalar
feat: add chrono::Duration custom scalar
2021-11-04 07:39:02 +08:00
meh
f4c8222ef8
docs: add specified_by_url for Duration
Co-authored-by: Anthony Griffon <an.griffon@gmail.com>
2021-11-03 14:56:42 +01:00
meh
6aeacd9737
feat: add chrono::Duration custom scalar 2021-11-03 14:05:58 +01:00
Sunli
a250c21ef6 Update MSRV 2021-11-03 18:42:41 +08:00
Sunli
314a297d1f
Update CHANGELOG.md 2021-11-03 16:21:12 +08:00
Sunli
88c9329130
Update CHANGELOG.md 2021-11-03 16:20:41 +08:00
Sunli
6e99bdf4a7 Release 2.11.0
async-graphql@2.11.0
async-graphql-actix-web@2.11.0
async-graphql-axum@2.11.0
async-graphql-derive@2.11.0
async-graphql-parser@2.11.0
async-graphql-poem@2.11.0
async-graphql-rocket@2.11.0
async-graphql-tide@2.11.0
async-graphql-value@2.11.0
async-graphql-warp@2.11.0

Generated by cargo-workspaces
2021-11-03 15:36:48 +08:00
Sunli
95142e7217 Update CHANGELOG.md 2021-11-03 15:33:58 +08:00
Sunli
4793c362c3 Merge branch 'graphql-2021' 2021-11-03 15:32:49 +08:00
Sunli
87339a2180
Merge pull request #686 from Miaxos/documentations_extensions
Add documentation about extensions
2021-11-03 15:03:27 +08:00
Miaxos
6f7da53b54 misc: remove old extension documentation 2021-11-02 20:26:41 +00:00
Miaxos
60116b40e5 misc(doc): add extension documentation 2021-11-02 20:23:51 +00:00
Sunli
62b5dad1af Update code-coverage.yml 2021-11-02 20:47:29 +08:00
Sunli
dc1bffcca4 Add specified_by_url for Upload 2021-11-02 20:35:43 +08:00
Sunli
51321b0e84 Number value literal lookahead restrictions - [GraphQL - October 2021] #685 2021-11-02 20:35:43 +08:00
Sunli
e3aeb93872 Update CHANGELOG.md 2021-11-02 20:35:43 +08:00
Sunli
bb0c4624a6 Add specified_by_url for Tz & DateTime<Tz> & Url & Uuid scalars 2021-11-02 20:35:05 +08:00
Sunli
3306f85a8a Subscription typename - [GraphQL - October 2021] #681 2021-11-02 20:35:05 +08:00
Sunli
a2a419430b Allow directive on variable definition - [GraphQL - October 2021] #678 2021-11-02 20:35:05 +08:00
Sunli
91bb9e81fb Specified By - [GraphQL - October 2021] #677 2021-11-02 20:35:05 +08:00
Sunli
7a4b0c0aa3 update ci 2021-11-02 20:34:41 +08:00
Sunli
404cf9ef48
Merge pull request #669 from jregistr/update-to-rust-edition-2021
Use Rust 2021 Edition
2021-11-02 20:12:44 +08:00
Sunli
3964e5c36c
Merge branch 'master' into update-to-rust-edition-2021 2021-11-02 20:08:41 +08:00
Sunli
d569824172
Merge pull request #674 from Miaxos/derived_wrapper_types
Add basic coercion for `derived` for SimpleObject
2021-10-29 10:13:20 +08:00
Miaxos
48b88f6cf8 misc: dbg missed 2021-10-28 15:55:00 +00:00
Miaxos
897ef79b72 feat: add with for object & complex object & update documentation 2021-10-28 12:42:13 +00:00
Miaxos
cd10c2b6dd feat: use with for simple object 2021-10-28 10:22:39 +00:00
Miaxos
aec3c42bd0 fix: do not use extend, useless 2021-10-28 01:42:15 +00:00
Miaxos
2941b7283d feat: add basic coercion for SimpleObject derived arg 2021-10-27 13:37:13 +00:00
Sunli
f676cc5a2d Release 2.10.8
async-graphql@2.10.8
async-graphql-actix-web@2.10.8
async-graphql-axum@2.10.8
async-graphql-derive@2.10.8
async-graphql-parser@2.10.8
async-graphql-poem@2.10.8
async-graphql-rocket@2.10.8
async-graphql-tide@2.10.8
async-graphql-value@2.10.8
async-graphql-warp@2.10.8

Generated by cargo-workspaces
2021-10-27 20:08:35 +08:00
Sunli
7e8f3fdb85 Update CHANGELOG.md 2021-10-27 20:08:12 +08:00
Sunli
43f60b6a40 Bump poem to 1.0.13 2021-10-27 20:06:33 +08:00
Sunli
009555868e Release 2.10.7
async-graphql@2.10.7
async-graphql-actix-web@2.10.7
async-graphql-axum@2.10.7
async-graphql-derive@2.10.7
async-graphql-parser@2.10.7
async-graphql-poem@2.10.7
async-graphql-rocket@2.10.7
async-graphql-tide@2.10.7
async-graphql-value@2.10.7
async-graphql-warp@2.10.7

Generated by cargo-workspaces
2021-10-27 13:58:47 +08:00
Sunli
8ad6230dd2 Bump poem from 1.0.7 to 1.0.11 2021-10-27 13:57:05 +08:00
Sunli
91f50c92a3 Update CHANGELOG.md 2021-10-26 20:45:34 +08:00
Sunli
47e3e80d14 Release 2.10.6
async-graphql@2.10.6
async-graphql-actix-web@2.10.6
async-graphql-axum@2.10.6
async-graphql-derive@2.10.6
async-graphql-parser@2.10.6
async-graphql-poem@2.10.6
async-graphql-rocket@2.10.6
async-graphql-tide@2.10.6
async-graphql-value@2.10.6
async-graphql-warp@2.10.6

Generated by cargo-workspaces
2021-10-26 20:44:45 +08:00
Sunli
271946eb0c Respect query object field order. #612 2021-10-26 19:02:15 +08:00
Sunli
5733cb3262
Merge pull request #670 from Miaxos/feat_derived_field_simple_object
Add derived macro argument for SimpleObject & Complex Object
2021-10-26 09:35:50 +08:00
Miaxos
878a1d4d84 feat: add derived for simple object & complex object 2021-10-25 12:23:12 +00:00
Miaxos
3f227217ae feat: add derived on simple objects 2021-10-25 10:56:33 +00:00
Sunli
8b778cc6a5
Merge pull request #667 from Miaxos/derived_fields
feat: add derived field for object
2021-10-24 09:24:34 +08:00
Sunli
74cc43d25c Release 2.10.5
async-graphql@2.10.5
async-graphql-actix-web@2.10.5
async-graphql-axum@2.10.5
async-graphql-derive@2.10.5
async-graphql-parser@2.10.5
async-graphql-poem@2.10.5
async-graphql-rocket@2.10.5
async-graphql-tide@2.10.5
async-graphql-value@2.10.5
async-graphql-warp@2.10.5

Generated by cargo-workspaces
2021-10-23 19:34:57 +08:00