Emit list item errors once

This commit is contained in:
2021-03-16 10:08:13 +01:00
parent 4d762d6356
commit 328e6acdee
4 changed files with 39 additions and 16 deletions

View File

@ -14,6 +14,12 @@ and this project adheres to
### Fixed
- Parser now accepts empty lists and objects.
- Parser now accepts all directive locations.
- `valuesOfCorrectTypeRule` doesn't check list items recursively since the
validation traverser calls it on all list items.
### Changed
- `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain
location information for each list item.
## [0.11.1.0] - 2021-02-07
### Added