# easygraphql-tester V3 ChangeLog

<table>
<tr>
<th>Current</th>
</tr>
<tr>
<td>
<a href="#3.1.0">3.1.0</a><br/>
<a href="#3.0.6">3.0.6</a><br/>
<a href="#3.0.5">3.0.5</a><br/>
<a href="#3.0.4">3.0.4</a><br/>
</td>
</tr>
</table>

<a id="3.1.0"></a>
## 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

* [[`fb37d7d0c2`](https://github.com/EasyGraphQL/easygraphql-tester/commit/fb37d7d0c2)] - Support multiples queries.

<a id="3.0.6"></a>
## Version 3.0.6

### Notable Changes

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

### Commits

* [[`364d97c82a`](https://github.com/EasyGraphQL/easygraphql-tester/commit/364d97c82a)] - Support fragments and bump easygraphql-mock version.


<a id="3.0.5"></a>
## Version 3.0.5

### Notable Changes

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

### Commits

* [[`741cbff194`](https://github.com/EasyGraphQL/easygraphql-tester/commit/741cbff194)] - Support multiples fragments.


<a id="3.0.4"></a>
## 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`](https://github.com/EasyGraphQL/easygraphql-tester/commit/1fe9c86a7d)] - Support fragments and bump easygraphql-mock version.
