fast-check v2.6.0 Release Notes

Release Date: 2020-10-21 // over 3 years ago
  • Towards a uniform way to constrain arbitraries - step 3: number arbitraries [Code][Diff]

    ๐Ÿ”‹ Features

    • ๐Ÿ‘€ (PR#1067) Unify signatures on arbitraries: fc.bigInt and fc.bigUint (see #992)
    • ๐Ÿ‘€ (PR#1068) Unify signatures on arbitraries: fc.float and fc.double (see #992)
    • ๐Ÿ‘€ (PR#1076) Unify signatures on arbitraries: fc.integer and fc.nat (see #992)
    • ๐Ÿ‘€ (PR#1080) Mark old signatures as deprecated (see #992)