Email Generation
New and Enhanced Features
-
You can now
generate valid email addresses. -
The header of the label column in
histograms and number range histograms
can now be changed.
Breaking Changes
-
The distribution of char groups when generating
Character
s orString
s
is now weighted by the number of chars in each group so that each possible
char has the same probability of being generated - except for edge cases. -
StringArbitrary.withChars(Arbitrary<Character>)
was deprecated -
CharacterArbitrary.with(Arbitrary<Character>)
was deprecated
Bug Fixes
No known bugs.