diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b2e94..fb41f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,15 @@ and this project adheres to - `Validate.Validation.Path` was moved to `Error`. ### Added -- `Validate.Validation.Rule`: `SelectionRule`, `FieldRule`, `FragmentRule`, - `FragmentSpreadRule`, `ArgumentsRule`, `DirectivesRule` constructors. +- `Validate.Validation.Rule` constructors: + - `SelectionRule` + - `FieldRule` + - `FragmentRule` + - `FragmentSpreadRule` + - `ArgumentsRule` + - `DirectivesRule` + - `VariablesRule` + - `Validate.Rules`: - `fragmentsOnCompositeTypesRule` - `fragmentSpreadTargetDefinedRule` @@ -34,6 +41,7 @@ and this project adheres to - `noFragmentCyclesRule` - `uniqueArgumentNamesRule` - `uniqueDirectiveNamesRule` + - `uniqueVariableNamesRule` - `AST.Document.Field`. - `AST.Document.FragmentSpread`. - `AST.Document.InlineFragment`. |
