Releases: benmccallum/fairybread
Releases · benmccallum/fairybread
v11.0.0
This version of FairyBread supports Hot Chocolate 14.
Thanks to @mormegill!
v11.0.0-rc.1
This version of FairyBread supports Hot Chocolate 14.
Thanks to @mormegill!
v10.0.0
v10.0.0
v9.0.0
Update Directory.Build.props
v9.0.0-rc.1
Bump HC min. version to 12.4.0 (#73) (to support breaking change in HC) Co-authored-by: Ben McCallum <ben.mccallum@live.com.au>
v7.2.1
Workaround for HotChoc handling of arrays (#70) * #68 * fix: Turn the list into an array as expected, then validate (ChilliCream/hotchocolate#4350) * 7.2.1
v8.0.0
Support for Hot Chocolate v12.
v7.2.0
New features:
- Ability to explicitly setup validation at the argument level when needed (as opposed to implicit validation)
[Validate(typeof(FooValidator)]
,[DontValidate]
,DontImplicitlyValidate]
argDef.ValidateWith<FooValidator>()
/argDef.DontValidate()
,argDef.DontImplicitlyValidate()
Breaking changes:
(sorry, I know this is a minor version, but v8 was already taken for a HCv12 compat release)
IValidationErrorsHandler
/ArgumentValidationResult
IValidatorRegistry
Notable changes:
- Error output now includes
argumentName
(as in your GQL schema) andvalidatorName
(for finding where that rule came from).
v8.0.0-rc.7
8.0.0-rc.7
v8.0.0-rc.6
8.0.0-rc.6