What's new in fast-check 4.7.0?
· 5 min read
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.