fast-check v2.16.0 Release Notes

  • ๐ŸŽ Performance improvements (+50% in avg compared to 2.14.0, +150% in avg compared to 2.15.0) [Code][Diff]

    ๐Ÿ”‹ Features

    • โšก๏ธ (PR#1943) Try to optimize conversions from/to NextValue
    • (PR#1944) Call generate on the NextArbitrary from Property
    • (PR#1945) Faster generate for constant and constantFrom
    • (PR#1946) Speed-up conversions from/to NextValue
    • ๐Ÿ‘ฏ (PR#1948) More performant non-cloneable values in NextValue

    ๐Ÿ›  Fixes

    • โœ… (PR#1947) Test: Escape strings passed to userEvent.type in examples