dubzzz / fast-check

Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
https://fast-check.dev/
MIT License
4.33k stars 180 forks source link

Indicate Unicode 15 for grapheme #5256

Open dubzzz opened 2 months ago

dubzzz commented 2 months ago

💡 Idea

Our current grapheme support stands for Unicode 15. Unicode 16 just appeared in September 2024 (this year) so we do not support it yet.

We need to put a note on that in our code (comments) and probably in the documentation.