Skip to content

Email Generation

Compare
Choose a tag to compare
@jlink jlink released this 12 Nov 09:58
· 2085 commits to main since this release

New and Enhanced Features

Breaking Changes

  • The distribution of char groups when generating Characters or Strings
    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.