CHANGELOG.md in rspec-graphql_matchers-0.4.0 vs CHANGELOG.md in rspec-graphql_matchers-0.5

- old
+ new

@@ -6,22 +6,24 @@ ### New features ### Bug fixes -## 0.4.0 (Feb 10, 2017) +## 0.5.0 (May 10, 2017) -### Breaking changes +### New features -### Deprecations + - (PR #4) New matchers for mutations: `have_an_input_field` and `have_a_return_field` (Thanks to @aaronklaassen). +## 0.4.0 (Feb, 2017) + ### New features -- Improved error messages for `have_a_field...of_type` + - Improvements on error messages of have_a_field(...).of_type(...) ### Bug fixes -- FIXEd Type check when using the form `have_a_field(field_name).of_type(types.X)` not working. It was working if the expected type was provided as a String, but not when using the GraphQL constants. + - Fixed a bug preventing proper type checking when using matchers in the form have_a_field(fname).of_type(types.X). The bug would not happen when providing the type expectation as a string, only when using the GraphQL constants. ## 0.3.0 (Sep 16, 2016) ### Breaking changes