Skip to content

Latest commit

 

History

History
94 lines (75 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

94 lines (75 loc) · 3.96 KB

Change Log

All notable changes to rantly will be documented in this file. The curated log begins at changes to version 0.4.0.

This project adheres to Semantic Versioning.

Master (unreleased)

New features

Bug fixes

Changes

2.0.0 - 2019-01-08

New features

Bug fixes

Changes

1.2.0 - 2018-08-29

New features

Bug fixes

Changes

[1.1.0][1.1.0] - 2017-04-18

Improved

1.0.0 - 2016-07-06

Added

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

Major changes

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

0.3.2 - 2015-09-16

Added

  • Ability to shrink an object (Integer, String, Array, Hash). This is useful in finding the minimum value that fails a property check condition.

Changed

  • Improved RSpec and Minitest test extensions.
  • Improved readability and execution of test suite.
  • Updates to documentation.