Skip to content

v2.0.5

Compare
Choose a tag to compare
@omaciel omaciel released this 16 Feb 22:18
· 127 commits to master since this release

Improved unicode letters generator

Added a new helper for the gen_utf8 function which improves how we generate unicode letters and avoids generating unicode string with control characters and other non letters characters.

Also adds tests for the generator in order to ensure it is not generating unwanted characters.