* Bugfix: Stateful testing was not minimizing correctly and could throw exceptions. * Better support for recursive strategies. * Support for named tuples. * Much faster integer generation.
0.1.1
Not secure
------------------
* Python 3.x support via 2to3. * Use new style classes (oops).
0.1.0
Not secure
------------------
* Introduce stateful testing. * Massive rewrite of internals to add flags and strategies.
0.0.5
Not secure
------------------
* No changes except trying to fix packaging
0.0.4
Not secure
------------------
* No changes except that I checked in a failing test case for 0.0.3 so had to replace the release. Doh
0.0.3
Not secure
------------------
* Improved a few internals. * Opened up creating generators from instances as a general API. * Test integration.