Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# easygraphql-tester Changelog

Select a easygraphql-tester version below to view the changelog history:

* [easygraphql-tester v3](doc/changelogs/CHANGELOG_V3.md) - **Current**
26 changes: 26 additions & 0 deletions doc/changelogs/CHANGELOG_V3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# easygraphql-tester V3 ChangeLog

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

<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.