fast-check v1.1.1 Release Notes

  • Ability to use min and max boundaries outside of 32 bits integers for fc.integer [Code][Diff]

    🛠 Fixes

    • (b45b90eb) Ability to use min and max boundaries outside of 32 bits integers: fc.integer(Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER)