generic-random v1.2.0.0 Release Notes

Release Date: 2018-05-31 // almost 6 years ago
    • ๐Ÿ›  Fix a bug where generators did not decrease the size parameter with single-field constructors

    • The sized generators now use a custom generator for lists. Use genericArbitraryRecG () to disable that. See tutorial for more information.

    • Lists of custom generators are now constructed using (:+) instead of GenList

    • ๐Ÿ“‡ Rename Field to FieldGen

    • โž• Add Gen1, Gen1_ (custom generators for unary type constructors)

    • โž• Add listOf', listOf1', vectorOf'

    • โœ‚ Remove deprecated module Generic.Random.Generic