Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.75 KB

File metadata and controls

71 lines (46 loc) · 1.75 KB

easygraphql-tester V3 ChangeLog

Current
3.1.0
3.0.6
3.0.5
3.0.4

Version 3.1.0

Notable Changes

  • Validate nested arguments: Validate nested arguments and variables, validate that all the variables are used.
  • Support multiples queries: Support multiples queries on one operation.
  • Add fixture with query name: Set the fixtures with the query name, useful to set fixtures for multiples queries.
  • Return fixture of errors: Return a fixture of a custom error.

Commits

Version 3.0.6

Notable Changes

  • easygraphql-mock:
    • Bump version of easygraphql-mock.
  • easygraphql-parser:
    • Bump version of easygraphql-parser.

Commits

  • [364d97c82a] - Support fragments and bump easygraphql-mock version.

Version 3.0.5

Notable Changes

  • Support multiples fragments: Support multiples fragments, also, nested ones.

Commits

Version 3.0.4

Notable Changes

  • Support GraphQL fragments: Now support GraphQL fragments, makin easy to use with relay.
  • easygraphql-mock:
    • Bump version of easygraphql-mock.

Commits

  • [1fe9c86a7d] - Support fragments and bump easygraphql-mock version.