Skip to content

Commit b0be4e0

Browse files
committed
docs: Add changelog
1 parent 8260679 commit b0be4e0

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

docs/changelog.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

0 commit comments

Comments
 (0)