Releases: rantly-rb/rantly
Releases · rantly-rb/rantly
3.0.0
What's Changed
- Fix circular buffer example by @CJStadler in #74
- Support the latest rubocop by @akiomik in #76
- [Fixed] change rspec dependency to rspec core by @diasbruno in #81
- Conditionally load MiniTest compatibility layer by @Amolith in #82
- feat: address dependabot and ruby updates' by @dennyabraham in #83
- 3.0.0 by @dennyabraham in #84
New Contributors
- @CJStadler made their first contribution in #74
- @akiomik made their first contribution in #76
- @diasbruno made their first contribution in #81
- @Amolith made their first contribution in #82
- @dennyabraham made their first contribution in #83
Full Changelog: 2.0.0...3.0.0
Version 2.0.0
New features
- Add support for float ranges to
range
generator- Issue #60
- thanks @Stratus3D
Bug fixes
range
generator returnsnil
for invalid rangeschoose
generator returnsnil
when no values are given- thanks @Ana06
Changes
Version 1.2.0
Version 1.0.0
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 theRANTLY_COUNT
environment variable to control the number of values generated (Jamie English).
Major changes
- Array shrink was removed in favor of Tuple and Deflating.