Commit Graph

1841 Commits

Author SHA1 Message Date
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
Sunli
4e429ffd1d Update CHANGELOG.md 2021-10-23 19:34:26 +08:00
Sunli
fc59171159 Update examples 2021-10-23 16:13:54 +08:00
Sunli
107394c89c Bump poem from 0.6.6 to 1.0.7 2021-10-23 16:13:54 +08:00
Jeff Registre
2098842400
Removed import for new prelude members: TryFrom, TryInto, FromIterator 2021-10-22 19:34:49 -04:00
Jeff Registre
2c524a2ce9
Update cargo edition to 2021 2021-10-22 19:34:47 -04:00
Sergey Sova
5b6c4ee614 upgrade actix to a v4.0 beta.10 2021-10-22 17:01:14 +03:00
Miaxos
1ebab7f794 misc: update documentation 2021-10-22 13:10:06 +00:00
Miaxos
02009c401b feat: add derived field for complex object 2021-10-22 13:08:49 +00:00
Sunli
527aa8298a Update examples 2021-10-22 19:29:38 +08:00
Sunli
8bbd4cba27 Update release.yml 2021-10-22 12:19:24 +08:00
Sunli
5a82ae9c48 Update CHANGELOG.md 2021-10-22 10:44:41 +08:00
Sunli
84b2da29e9 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
Sunli
2588143919 Update CHANGELOG.md 2021-10-22 10:38:29 +08:00
Sunli
11eda39cdc
Merge pull request #665 from OvermindDL1/fix-2021-Subscription-procmacro
Fix the `Subscription` procmacro to work on Rust 2021 by adding the missing required `dyn` keywords in the generated output
2021-10-22 10:22:57 +08:00
OvermindDL1
f57d72b348
Move the dyn placement in the Subscription macro to the type injection instead of in-place to allow for non-trait implementations (type aliases). 2021-10-21 10:54:07 -06:00
OvermindDL1
9cf85e5a85
Fix the Subscription procmacro to work on Rust 2021 by adding the missing required dyn keywords in the generated output 2021-10-21 10:35:03 -06:00
Sunli
fdbf33f1bd
Merge pull request #661 from IcanDivideBy0/bson_json
Add Bson<->JSON and Document<->JSONObject impls
2021-10-19 18:42:22 +08:00
Samuel Hurel
0f997b651d Add Bson<->JSON and Document<->JSONObject impls 2021-10-19 10:24:41 +02:00
Sunli
44812eeb1f Implement Default for ID #659 2021-10-16 22:24:46 +08:00
Sunli
d3ea9ced18
Merge pull request #656 from smihica/fix/text-length-validation-of-multibyte-string
Supported CharsMinLength and CharsMaxLength to limit multibyte characters properly
2021-10-14 23:06:58 +08:00
smihica
b4066d5f50 Changed docs comment 2021-10-14 00:49:47 +09:00
smihica
7d9de1c0f8 Supported CharsMinLength and CharsMaxLength to count chars 2021-10-14 00:43:14 +09:00
smihica
4c3e5905a7 Revert "Supported multibyte string in StringMinLength and StringMaxLength to count chars, not byte len."
This reverts commit b4116cdcaa.
2021-10-14 00:33:20 +09:00
smihica
b4116cdcaa Supported multibyte string in StringMinLength and StringMaxLength to count chars, not byte len. 2021-10-13 15:16:32 +09:00
root
f9a79baede Release 2.10.3
async-graphql@2.10.3
async-graphql-actix-web@2.10.3
async-graphql-axum@2.10.3
async-graphql-derive@2.10.3
async-graphql-parser@2.10.3
async-graphql-poem@2.10.3
async-graphql-rocket@2.10.3
async-graphql-tide@2.10.3
async-graphql-value@2.10.3
async-graphql-warp@2.10.3

Generated by cargo-workspaces
2021-10-12 18:22:48 +08:00
Sunli
cc813d0c9e Update CHANGELOG.md 2021-10-12 17:56:48 +08:00
Sunli
d195e0d185
Merge pull request #654 from DavidCarpus/master
Some grammer/spelling corrections. And one code sample fix
2021-10-12 16:49:35 +08:00
Sunli
0658f72807
Merge pull request #655 from Miaxos/visible
feat: add visible macro argument for union type
2021-10-12 09:52:01 +08:00
Miaxos
a3b7777516 feat: add visible macro argument for union type 2021-10-11 21:54:50 +00:00
David Carpus
1de3803bb5 Some grammer/spelling corrections. And one code sample fix 2021-10-08 12:49:02 -04:00
Sunli
c9c2fc630e
Merge pull request #651 from ecklf/docs-fix-default-value
docs(default_value): fix macro syntax error
2021-10-07 09:23:54 +08:00
ecklf
aba3c4031d
docs(default_value): fix macro syntax error 2021-10-06 18:24:46 +02:00
Sunli
6da4cda153
Merge pull request #649 from ecklf/docs-add-finish-statements
docs(context): add missing finish statement
2021-10-06 08:23:14 +08:00
ecklf
3ed1a2a2cf
docs(context): add missing finish statement 2021-10-05 20:26:12 +02:00
Sunli
987494fcc3
Merge pull request #646 from ecklf/patch-docs-merging-object
docs(merging_objects): add missing structs in example
2021-10-03 23:27:17 +08:00
ecklf
05eb27d976
docs(merging_objects): add missing structs in example 2021-10-03 16:58:13 +02:00
Sunli
cd9517f2ad Release 2.10.2
async-graphql@2.10.2
async-graphql-actix-web@2.10.2
async-graphql-axum@2.10.2
async-graphql-derive@2.10.2
async-graphql-parser@2.10.2
async-graphql-poem@2.10.2
async-graphql-rocket@2.10.2
async-graphql-tide@2.10.2
async-graphql-value@2.10.2
async-graphql-warp@2.10.2

Generated by cargo-workspaces
2021-09-29 16:01:42 +08:00
Sunli
3468fa09d9 Update release.yml 2021-09-29 15:57:40 +08:00
Sunli
abf173c102 Update CHANGELOG 2021-09-29 15:57:15 +08:00
Sunli
e863431e6d
Merge pull request #643 from oeed/master
Get selection fields from Lookahead
2021-09-28 12:04:26 +08:00
Oliver Cooper
bb74b2f46d Document selection_fields 2021-09-28 16:50:27 +13:00
Oliver Cooper
2725bb7b03
Merge branch 'async-graphql:master' into master 2021-09-27 11:56:42 +13:00
Oliver Cooper
258fda403b Get selection fields from Lookahead 2021-09-27 11:56:27 +13:00