All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Examples use new generator combinators.
- Determine C source files with
*.c
rather than*c
. - Derive instances properly regardless of interpretation scope.
-exclude
option inquickChickTool
is deprecated. Use-include
instead.
1.0.2 - 2018-08-22
- Functor and Applicative instances for generators.
- Decidable equivalence between
unit
s. -N
option to modify max success inquickChickTool
.- Collect labels for discarded tests.
quickChickTool
takes Python and Solidity files.
- Rename
BasicInterface
toQuickChickInterface
. - Rename
Eq
toDec_Eq
. - Separate generator interface from implementation.
elements
is deprecated in favor ofelems_
.oneof
is deprecated in favor ofoneOf_
.frequency
is deprecated in favor offreq_
.
- Show lists with elements separated by
;
rather than,
.
1.0.1 - 2018-06-13
- Support Coq 8.8
-include
option forquickChickTool
.- Highlighted success message for
quickChickTool
. - Checker combinator
whenFail'
. - Tagged mutants.
- Line number information of mutants.
- OPAM dependencies.
- No longer support Coq 8.7
1.0.0 - 2018-04-06
- OPAM package
coq-quickchick
on coq-released.