jqwik v1.3.8 Release Notes

Release Date: 2020-11-12 // over 3 years ago
  • ๐Ÿ†• 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 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.