fast-check v2.9.0 Release Notes

Release Date: 2020-12-12 // over 3 years ago
  • โž• Add arbitraries for typed arrays [Code][Diff]

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ (PR#1210) Wider defaults for numbers in objects
    • (PR#1212) Add typed arrays arbitraries
    • (PR#1237) Add option withTypedArray to fc.object and fc.anything

    ๐Ÿ›  Fixes

    • โœ… (PR#1231) CI: Split test task into two tasks: one for units, another for e2e
    • โœ… (PR#1232) CI: Run E2E tests on multiple platforms
    • (PR#1243) CI: Add github-actions to dependabot list
    • โœ… (PR#1230) Test: Reduce flakyness of object boxing coverage
    • โœ… (PR#1233) Test: Wrongly defined test for 'Should box any number'
    • โœ… (PR#1236) Test: Safer URL validation in our web urls e2e tests
    • โœ… (PR#1238) Test: Add legacy tests for typed arrays
    • โœ… (PR#1250) Test: Increase stability of e2e on floatNext/doubleNext
    • โœ… (PR#1251) Test: Add more tests for fc.anything to reduce coverage flakiness