Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@alfert alfert released this 23 Sep 19:16
· 688 commits to master since this release

PropCheck has reached v1.0.0 after implementing the feature of storing counter examples between test runs.

Changelog:

  • Counter examples are automatically stored and reapplied until the properties work
    or the counter examples are deleted. See #18
  • Mix configuration for counter examples file and for inspecting and cleaning
    counter examples.