diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..951257f --- /dev/null +++ b/CHANGELOG.md @@ -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** \ No newline at end of file diff --git a/doc/changelogs/CHANGELOG_V3.md b/doc/changelogs/CHANGELOG_V3.md new file mode 100644 index 0000000..d25b6c1 --- /dev/null +++ b/doc/changelogs/CHANGELOG_V3.md @@ -0,0 +1,26 @@ +# easygraphql-tester V3 ChangeLog + + + + + + + + +
Current
+3.0.4
+
+ + +## 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.