generic-random v1.3.0.0 Release Notes

Release Date: 2019-09-07 // over 4 years ago
    • โž• Add ConstrGen (custom generators for fields specified by constructor name and index).
    • Stop requiring custom generators lists to be terminated by :+ (), or to be lists at all.
    • ๐Ÿ’ฅ Breaking minor change: when a record field has a different type than a FieldGen custom generator for the same field name, this is now a compilation error. This was simply ignored before.
    • ๐Ÿ“š Miscellaneous documentation improvements in Generic.Random module.