- Notifications
You must be signed in to change notification settings - Fork21
Tags: rantly-rb/rantly
Tags
1.0.0
Tagged as version 1.0.0 for release to RubyGems.Added- Trying harder to shrink collections instead of giving up on first success of property (thanks [Eric Bischoff][Eric Bischoff]).- Added convenience classes Deflating and Tuple for more control on shrinking (thanks [Eric Bischoff][Eric Bischoff]).- Added usage examples for Deflating and Tuple shrinking strategies (thanks [Oleksii Fedorov][Oleksii Fedorov]).- `Property#check` will now use the `RANTLY_COUNT` environment variable to control the number of values generated (thanks [Jamie English][Jamie English]).Major changes- Array shrink was removed in favor of Tuple and Deflating.