Skip to main content

4 posts tagged with "unicode"

View All Tags

What's new in fast-check 4.7.0?

· 5 min read
Nicolas Dubien
fast-check maintainer

Until now, Unicode property escapes of the form \p{...} or \P{...} were not implemented in stringMatching. This release adds support for them so stringMatching can generate matching values directly.

This release also makes fc.json() reversible, allowing arbitrary JSON strings to be shrunk even when they did not originate from fast-check itself.

Continue reading to explore the detailed updates it brings.

What's new in fast-check 3.23.0?

· 7 min read
Nicolas Dubien
fast-check maintainer

The previous release introduced the unit concept to the string arbitraries, enhancing control over string generation. In version 3.23.0, we’ve extended this feature to even more arbitraries, broadening its applicability. This update also includes several performance optimizations to make your testing faster and more efficient.

Continue reading to explore the detailed updates it brings.