+ :real/setup and :real/cleanup actually work again! There was a bug in the previous release that broke them, but they're fixed now.
+
:model/generate-command is now optional, with a default value which randomly selects a command from all the provided command specifications.
+
:model/args now coerces things to generators, so
[gen/nat] will be treated as
(gen/tuple gen/nat), for instance.
+ the output of the results of commands is now correct, even when the objects themselves are mutated later in the test.
+ added :tries to specification-correct? to aid in testing non-deterministic tests.
+ shrinking is now more aggressive and will shrink more effectively in some cases.
See the changelog for more details.