forked from khamusa/rspec-graphql_matchers
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
### Breaking changes | ||
|
||
### Deprecations | ||
|
||
### New features | ||
|
||
### Bug fixes | ||
|
||
## 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Rspec | ||
module GraphqlMatchers | ||
VERSION = '0.2.0'.freeze | ||
VERSION = '0.3.0'.freeze | ||
end | ||
end |