Skip to content

v0.2.5

Choose a tag to compare

@cjoudrey cjoudrey released this 04 Apr 15:57
· 94 commits to master since this release
17c43bf

New features

  • Add arguments-have-descriptions rule. This rule will validate that all field arguments have a description. #219 (Thanks @aldeed)
  • Add descriptions-are-capitalized rule. This rule will validate that all descriptions, if present, start with a capital letter. #219 (Thanks @aldeed)
  • Add input-object-fields-sorted-alphabetically rule. This rule will validate that all input object fields are sorted alphabetically. #219 (Thanks @aldeed)
  • Add type-fields-sorted-alphabetically rule. This rule will validate that all type object fields are sorted alphabetically. #219 (Thanks @aldeed)