# Changelog ### Breaking changes ### Deprecations ### New features ### Bug fixes ## 0.4.0 (Feb 10, 2017) ### Breaking changes ### Deprecations ### New features - Improved error messages for `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. ## 0.3.0 (Sep 16, 2016) ### Breaking changes ### Deprecations ### New features - New matcher have_field(field_name).of_type(type) for testing types and their fields ### Bug fixes ## 0.2.0 Initial public release ### Breaking changes ### Deprecations ### New features - New matcher be_of_type for testing fields - New matcher accept_arguments for testing fields ### Bug fixes