Skip to main content

10 posts tagged with "what's new"

View All Tags

What's new in fast-check 3.16.0?

· 5 min read
Nicolas Dubien
fast-check maintainer

This release makes fc.pre safer in terms of typings. It leverages the "assertion function" capability offered by TypeScript. This version has also been focused on preparing the monorepo to move to ECMAScript modules to build itself and on making our documentation better.

Continue reading to explore the detailed updates it brings.

What's new in fast-check 3.14.0?

· 4 min read
Nicolas Dubien
fast-check maintainer

This release changes the way we import type-only files internally in fast-check. While it should not have any visible impact on our clients we preferred to make it a minor.

Continue reading to explore the detailed updates it brings.

What's new in fast-check 3.10.0?

· 4 min read
Nicolas Dubien
fast-check maintainer

This release comes with a new arbitrary called stringMatching. This arbitrary is responsible to generate strings matching the provided regex. It should ease the creation of new arbitraries dealing with strings by providing an easy way to build them.

Continue reading to explore the detailed updates it brings.

What's new in fast-check 3.9.0?

· 7 min read
Nicolas Dubien
fast-check maintainer

In this release, our primary focus has been to enhance the race condition detection mechanisms, making them stronger and more effective. Additionally, we did significant updates of the documentation, ensuring it provides comprehensive and up-to-date information.

Continue reading to explore the detailed updates it brings.