fast-check v2.7.0 Release Notes

Release Date: 2020-11-15 // over 3 years ago
  • ๐Ÿ‘ Better bias for integers and any derived arbitraries [Code][Diff]

    ๐Ÿ”‹ Features

    • (PR#1020) Faster implementation for set
    • (PR#1034) Stricter limits on email arbitrary
    • โš  (PR#1035) Stricter limits on domain arbitrary :warning:
    • ๐Ÿ‘€ (PR#1160) Add commit hash into the generated package (see fc.__commitHash)
    • โš  (PR#1149) Bias towards extreme values for integer and bigint :warning:

    ๐Ÿ›  Fixes

    • (PR#1112) Bug: Constraints on fc.date might be wrongly applied
    • (PR#1139) Bug: Bump pure-rand to fix large integers
    • ๐Ÿ“ฆ (PR#1085) CI: Check package's compatibility against latest node
    • ๐Ÿ“ฆ (PR#1086) CI: Add Skypack package score during tests
    • (PR#1155) CI: No more Travis CI, switch to GitHub actions - (PR#1155, PR#1156, PR#1157, PR#1158)
    • (PR#1159) CI: Faster installs from production bundles
    • (PR#1097) Typo: Fix typo in Tips.md
    • โš  (PR#1140) Tool: Clean warnings related to ts-jest