Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@abargnesi abargnesi released this 06 Jul 18:34
· 125 commits to master since this release

Added

  • Trying harder to shrink collections instead of giving up on first success of property (Eric Bischoff).
  • Added convenience classes Deflating and Tuple for more control on shrinking (Eric Bischoff).
  • Added usage examples for Deflating and Tuple shrinking strategies (Oleksii Fedorov).
  • Property#check will now use the RANTLY_COUNT environment variable to control the number of values generated (Jamie English).

Major changes

  • Array shrink was removed in favor of Tuple and Deflating.