Commit Graph

1772 Commits

Author SHA1 Message Date
Sunli
b48d4c8c1f Update MSRV 2021-11-03 18:42:41 +08:00
Sunli
3b1dc774bb Update CHANGELOG.md 2021-11-03 16:21:12 +08:00
Sunli
fb283dc367 Update CHANGELOG.md 2021-11-03 16:20:41 +08:00
Sunli
16cf3b8d82 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
9fc4c0b02a Update CHANGELOG.md 2021-11-03 15:33:58 +08:00
Sunli
7b63385bd6 Merge branch 'graphql-2021' 2021-11-03 15:32:49 +08:00
Sunli
d025b04388 Merge pull request #686 from Miaxos/documentations_extensions
Add documentation about extensions
2021-11-03 15:03:27 +08:00
Miaxos
2059cb470e misc: remove old extension documentation 2021-11-02 20:26:41 +00:00
Miaxos
a880617906 misc(doc): add extension documentation 2021-11-02 20:23:51 +00:00
Sunli
ecc6810aa5 Update code-coverage.yml 2021-11-02 20:47:29 +08:00
Sunli
b3dbbc097c Add specified_by_url for Upload 2021-11-02 20:35:43 +08:00
Sunli
c77de81194 Number value literal lookahead restrictions - [GraphQL - October 2021] #685 2021-11-02 20:35:43 +08:00
Sunli
9ce89683d3 Update CHANGELOG.md 2021-11-02 20:35:43 +08:00
Sunli
fa6b7964c4 Add specified_by_url for Tz & DateTime<Tz> & Url & Uuid scalars 2021-11-02 20:35:05 +08:00
Sunli
057d6aebfd Subscription typename - [GraphQL - October 2021] #681 2021-11-02 20:35:05 +08:00
Sunli
e9624f8093 Allow directive on variable definition - [GraphQL - October 2021] #678 2021-11-02 20:35:05 +08:00
Sunli
c6d26884a9 Specified By - [GraphQL - October 2021] #677 2021-11-02 20:35:05 +08:00
Sunli
38dcc7d582 update ci 2021-11-02 20:34:41 +08:00
Sunli
81060abab8 Merge pull request #669 from jregistr/update-to-rust-edition-2021
Use Rust 2021 Edition
2021-11-02 20:12:44 +08:00
Sunli
abac47fc50 Merge branch 'master' into update-to-rust-edition-2021 2021-11-02 20:08:41 +08:00
Sunli
0b6bb1a54e 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
717a0da192 misc: dbg missed 2021-10-28 15:55:00 +00:00
Miaxos
b361119ca0 feat: add with for object & complex object & update documentation 2021-10-28 12:42:13 +00:00
Miaxos
f3ef60033f feat: use with for simple object 2021-10-28 10:22:39 +00:00
Miaxos
cf407adce0 fix: do not use extend, useless 2021-10-28 01:42:15 +00:00
Miaxos
fa34a8ae68 feat: add basic coercion for SimpleObject derived arg 2021-10-27 13:37:13 +00:00
Sunli
9610ae4695 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
619dcd7854 Update CHANGELOG.md 2021-10-27 20:08:12 +08:00
Sunli
f34334bbd2 Bump poem to 1.0.13 2021-10-27 20:06:33 +08:00
Sunli
f1fda411b9 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
886eeb7129 Bump poem from 1.0.7 to 1.0.11 2021-10-27 13:57:05 +08:00
Sunli
16f216c18f Update CHANGELOG.md 2021-10-26 20:45:34 +08:00
Sunli
fb38b548d1 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
9b5149ee23 Respect query object field order. #612 2021-10-26 19:02:15 +08:00
Sunli
33ccd67073 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
b7232cea65 feat: add derived for simple object & complex object 2021-10-25 12:23:12 +00:00
Miaxos
e9e73f489d feat: add derived on simple objects 2021-10-25 10:56:33 +00:00
Sunli
057a29c145 Merge pull request #667 from Miaxos/derived_fields
feat: add derived field for object
2021-10-24 09:24:34 +08:00
Sunli
91cf37e28d 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
Sunli
b2cf9cfd98 Update CHANGELOG.md 2021-10-23 19:34:26 +08:00
Sunli
c1459b9b22 Update examples 2021-10-23 16:13:54 +08:00
Sunli
ed04f61e18 Bump poem from 0.6.6 to 1.0.7 2021-10-23 16:13:54 +08:00
Jeff Registre
30009005d1 Removed import for new prelude members: TryFrom, TryInto, FromIterator 2021-10-22 19:34:49 -04:00
Jeff Registre
6e71fac257 Update cargo edition to 2021 2021-10-22 19:34:47 -04:00
Miaxos
e77fa153ff misc: update documentation 2021-10-22 13:10:06 +00:00
Miaxos
e1c577de44 feat: add derived field for complex object 2021-10-22 13:08:49 +00:00
Sunli
120bd43143 Update examples 2021-10-22 19:29:38 +08:00
Sunli
531712ef2e Update release.yml 2021-10-22 12:19:24 +08:00
Sunli
8da1440695 Update CHANGELOG.md 2021-10-22 10:44:41 +08:00
Sunli
7769adb012 Release 2.10.4
async-graphql@2.10.4
async-graphql-actix-web@2.10.4
async-graphql-axum@2.10.4
async-graphql-derive@2.10.4
async-graphql-parser@2.10.4
async-graphql-poem@2.10.4
async-graphql-rocket@2.10.4
async-graphql-tide@2.10.4
async-graphql-value@2.10.4
async-graphql-warp@2.10.4

Generated by cargo-workspaces
2021-10-22 10:39:19 +08:00