File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _changelog :
2+
3+ Changelog
4+ =========
5+
6+ `Unreleased `_
7+ -------------
8+
9+ Changed
10+ ~~~~~~~
11+
12+ - Nullable custom scalar types are handled gracefully in argument positions.
13+ Non-nullable types raise a ``TypeError `` in such cases.
14+ - Shrink ``Enum `` types to their first value instead of the first value in their sorted list.
15+
16+
17+ `0.3.1 `_ - 2020-06-04
18+ ---------------------
19+
20+ Added
21+ ~~~~~
22+
23+ - Support for creating ``query `` strategies from ``GraphQLSchema `` instances
24+
25+ `0.3.0 `_ - 2020-04-12
26+ ---------------------
27+
28+ Added
29+ ~~~~~
30+
31+ - Query arguments generation
32+
33+ Fixed
34+ ~~~~~
35+
36+ - Selecting fields in queries
37+
38+ 0.2.0 - 2020-04-10
39+ ------------------
40+
41+ - Initial public release
42+
43+ .. _Unreleased : https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.1...HEAD
44+ .. _0.3.1 : https://github.com/stranger6667/hypothesis-graphql/compare/v0.3.0...v0.3.1
45+ .. _0.3.0 : https://github.com/stranger6667/hypothesis-graphql/compare/v0.2.0...v0.3.0
46+
47+ .. _#2 : https://github.com/stranger6667/hypothesis-graphql/issues/2
You can’t perform that action at this time.
0 commit comments