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.
[1.1.0] - 2017-04-18¶ ↑
Improved¶ ↑
-
Include failed example and number of example run in failure message.
-
thanks Ana María Martínez Gómez
-
Improve run-time for generation of strings.
1.0.0 - 2016-07-06¶ ↑
Added¶ ↑
-
Trying harder to shrink collections instead of giving up on first success of property.
-
thanks Eric Bischoff
-
Added convenience classes
Deflating
andTuple
for more control on shrinking. -
thanks Eric Bischoff
-
Added usage examples for
Deflating
andTuple
shrinking strategies. -
thanks Oleksii Fedorov
-
Property#check
will now use theRANTLY_COUNT
environment variable to control the number of values generated. -
thanks Jamie English
Major changes¶ ↑
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.