# easygraphql-tester V5 ChangeLog

<table>
<tr>
<th>Current</th>
</tr>
<tr>
<td>
<a href="#5.1.6">5.1.6</a><br/>
<a href="#5.1.5">5.1.5</a><br/>
<a href="#5.1.4">5.1.4</a><br/>
<a href="#5.1.3">5.1.3</a><br/>
<a href="#5.1.2">5.1.2</a><br/>
<a href="#5.1.1">5.1.1</a><br/>
<a href="#5.1.0">5.1.0</a><br/>
<a href="#5.0.1">5.0.1</a><br/>
<a href="#5.0.0">5.0.0</a><br/>
</td>
</tr>
</table>

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

### Notable Changes

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

### Commits

* [[`f78109ffbb`](https://github.com/EasyGraphQL/easygraphql-tester/commit/f78109ffbb)] - Update husky to the latest version 🚀
* [[`4c787796b7`](https://github.com/EasyGraphQL/easygraphql-tester/commit/4c787796b7)] - Update versions

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

### Notable Changes

* **Graphql-tag**: Support schemas made with Graphql-tag.
* **easygraphql-parser**:
  - Bump version of easygraphql-parser.
* **easygraphql-mock**:
  - Bump version of easygraphql-mock.

### Commits

* [[`c2662b5711`](https://github.com/EasyGraphQL/easygraphql-tester/commit/c2662b5711)] - Support gql-tag

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

### Notable Changes

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

### Commits

* [[`ff9a7aa047`](https://github.com/EasyGraphQL/easygraphql-tester/commit/ff9a7aa047)] - Update latest dependencies1

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

### Notable Changes

* **Update Readme**: Remove confusing part about operation name.
* **easygraphql-parser**:
  - Bump version of easygraphql-parser.
* **easygraphql-mock**:
  - Bump version of easygraphql-mock.
* **mocha**:
  - Bump version of mocha.
* **nyc**:
  - Bump version of nyc.

### Commits

* [[`8877b58af2`](https://github.com/EasyGraphQL/easygraphql-tester/commit/8877b58af2)] - Update readme, remove confusing part.
* [[`5c16aa13e7`](https://github.com/EasyGraphQL/easygraphql-tester/commit/5c16aa13e7)] - Update easygraphql-parser to the latest version 🚀
* [[`1cea8c2336`](https://github.com/EasyGraphQL/easygraphql-tester/commit/1cea8c2336)] - Update dependencies 

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

### Notable Changes

* **Support gql on resolvers**: Use operations with gql.

### Commits

* [[`4184c907df`](https://github.com/EasyGraphQL/easygraphql-tester/commit/4184c907df)] - Support gql on resolvers.

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

### Notable Changes

* **Replace graphqlSync**: Replace graphqlSync for graphql.
* **easygraphql-parser**:
  - Bump version of easygraphql-parser.

### Commits

* [[`f69ece5141`](https://github.com/EasyGraphQL/easygraphql-tester/commit/f69ece5141)] - Replace graphqlSync for graphql.
* [[`c4f5b9681c`](https://github.com/EasyGraphQL/easygraphql-tester/commit/c4f5b9681c)] - Update easygraphql-parser to the latest version .


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

### Notable Changes

* **Test resolvers**: Add new method to test the resolvers.


### Commits

* [[`476b35a75c`](https://github.com/EasyGraphQL/easygraphql-tester/commit/476b35a75c)] - Test resolvers.

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

### Notable Changes

* **Remove Field Resolver**: Remove field resolver method.
* **mocha**:
  - Bump version of mocha.


### Commits

* [[`1f9dc2f885`](https://github.com/EasyGraphQL/easygraphql-tester/commit/1f9dc2f885)] - Remove typresolver.
* [[`dbfb163c24`](https://github.com/EasyGraphQL/easygraphql-tester/commit/dbfb163c24)] - Greenkeeper/default/mocha 6.0.2.


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

### Notable Changes

* **Execute with GraphQL**: Execute the operation with GraphQL internal method.
* **Validate with GraphQL**: Validate the operation with GraphQL internal method, ignore KnownDirectivesRule.
* **Parse the operation with GraphQL**: Parse the document with GraphQL internal method, and remove query-parser.

### Commits

* [[`110389225a`](https://github.com/EasyGraphQL/easygraphql-tester/commit/110389225a)] - Use GraphQL methods.
